ports/textproc/rasqal/Makefile

32 lines
753 B
Makefile

COMMENT= RDF Query Library for Redland
DISTNAME= rasqal-0.9.33
CATEGORIES= textproc
REVISION= 3
SHARED_LIBS += rasqal 2.0 # 3.0
HOMEPAGE= http://librdf.org/rasqal/
SITES= http://download.librdf.org/source/
# LGPL 2.1+, GPL 2+ or Apache 2+
PERMIT_PACKAGE= Yes
WANTLIB = c crypto curl execinfo gcrypt gmp gpg-error iconv intl lzma m
WANTLIB += mpfr nghttp2 pcre pthread raptor2 ssl uuid xml2 xslt yajl z
LIB_DEPENDS= devel/mpfr \
devel/pcre \
security/libgcrypt \
sysutils/e2fsprogs \
textproc/raptor
SEPARATE_BUILD= Yes
AUTOCONF_VERSION= 2.69
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-digest-library=gcrypt \
--with-mpfr=${LOCALBASE} \
--with-random-approach=random
.include <bsd.port.mk>