openbsd-ports/net/flickcurl/Makefile
2013-03-21 08:45:11 +00:00

33 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/21 08:46:34 ajacoutot Exp $
COMMENT = flickr API library and utility
DISTNAME = flickcurl-1.23
SHARED_LIBS += flickcurl 1.0 # .1.0
CATEGORIES = net
HOMEPAGE = http://librdf.org/flickcurl/
MAINTAINER = Edd Barrett <edd@openbsd.org>
# LGPLv2.1/GPLv2/Apachev2.0
PERMIT_PACKAGE_CDROM = Yes
MODULES = devel/gettext
WANTLIB = c crypto curl>=10 idn>=16 m raptor2 ssl \
xml2>=9 xslt yajl z
MASTER_SITES = http://download.dajobe.org/flickcurl/
USE_GROFF = Yes
LIB_DEPENDS = net/curl \
textproc/libxml,-main \
textproc/raptor>=2
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} --with-raptor=2
.include <bsd.port.mk>