2015-10-30 12:59:16 +00:00

33 lines
679 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.14 2015/10/30 12:59:17 sthen Exp $
COMMENT= RDF Parser Toolkit for Redland
DISTNAME= raptor2-2.0.15
PKGNAME= ${DISTNAME:C/raptor2/raptor/}
CATEGORIES= textproc
REVISION= 0
SHARED_LIBS += raptor2 0.0 # 0.0
HOMEPAGE= http://librdf.org/
MASTER_SITES= http://download.librdf.org/source/
# LGPL 2.1+, GPL 2+ or Apache 2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c crypto curl idn lzma m nghttp2 pthread ssl xml2 xslt yajl
WANTLIB += z
MODULES= devel/gettext
LIB_DEPENDS= devel/libyajl \
net/curl \
textproc/libxslt
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-parsers=all \
--with-www=curl
.include <bsd.port.mk>