35 lines
811 B
Makefile
35 lines
811 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:50:14 sthen Exp $
|
|
|
|
COMMENT= RDF Query Library for Redland
|
|
DISTNAME= rasqal-0.9.33
|
|
CATEGORIES= textproc
|
|
REVISION= 2
|
|
|
|
SHARED_LIBS += rasqal 2.0 # 3.0
|
|
|
|
HOMEPAGE= http://librdf.org/rasqal/
|
|
|
|
MASTER_SITES= http://download.librdf.org/source/
|
|
|
|
# LGPL 2.1+, GPL 2+ or Apache 2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB = c crypto curl gcrypt gmp gpg-error iconv intl lzma m mpfr
|
|
WANTLIB += 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>
|