openbsd-ports/net/flickcurl/Makefile
2022-03-11 19:45:43 +00:00

28 lines
558 B
Makefile

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