Files
ports/net/flickcurl/Makefile
T
2025-08-26 16:08:31 +00:00

29 lines
630 B
Makefile

COMMENT = flickr API library and utility
DISTNAME = flickcurl-1.26
REVISION = 5
SHARED_LIBS += flickcurl 2.0 # 0.0
CATEGORIES = net
HOMEPAGE = http://librdf.org/flickcurl/
# LGPLv2.1/GPLv2/Apachev2.0
PERMIT_PACKAGE = Yes
WANTLIB += c crypto curl iconv icudata icuuc lzma m nghttp2 nghttp3
WANTLIB += ngtcp2 ngtcp2_crypto_libressl pthread raptor2 ssl xml2
WANTLIB += xslt yajl z
SITES = http://download.dajobe.org/flickcurl/
LIB_DEPENDS = devel/gettext,-runtime \
net/curl \
textproc/libxml,-main \
textproc/raptor>=2
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-raptor=2
.include <bsd.port.mk>