Files
2026-03-09 20:22:47 +00:00

28 lines
587 B
Makefile

COMMENT = flickr API library and utility
DISTNAME = flickcurl-1.26
REVISION = 8
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 m nghttp2 nghttp3
WANTLIB += ngtcp2 ngtcp2_crypto_libressl pthread raptor2 ssl xml2
WANTLIB += xslt yajl z
SITES = http://download.dajobe.org/flickcurl/
LIB_DEPENDS = net/curl \
textproc/libxml \
textproc/raptor
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-raptor=2
.include <bsd.port.mk>