2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:42:46 espie Exp $
|
2012-11-12 08:32:38 -05:00
|
|
|
|
|
|
|
SHARED_LIBS += raptor2 0.0 # 0.0
|
2009-01-18 14:07:05 -05:00
|
|
|
|
|
|
|
COMMENT= RDF Parser Toolkit for Redland
|
2012-11-12 08:32:38 -05:00
|
|
|
DISTNAME= raptor2-2.0.8
|
|
|
|
PKGNAME= ${DISTNAME:C/raptor2/raptor/}
|
2009-01-18 14:07:05 -05:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
HOMEPAGE= http://librdf.org/
|
|
|
|
|
|
|
|
MASTER_SITES= http://download.librdf.org/source/
|
|
|
|
|
2012-11-12 08:32:38 -05:00
|
|
|
# LGPL 2.1+, GPL 2+ or Apache 2+
|
2009-01-18 14:07:05 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-11-12 08:32:38 -05:00
|
|
|
WANTLIB= c crypto idn m ssl z curl>=12 xml2>=7 xslt>=1 yajl
|
2010-01-12 14:08:23 -05:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
2012-11-12 08:32:38 -05:00
|
|
|
USE_GROFF= Yes
|
2009-01-18 14:07:05 -05:00
|
|
|
|
2012-11-12 08:32:38 -05:00
|
|
|
LIB_DEPENDS= devel/libyajl \
|
|
|
|
net/curl \
|
2010-11-20 14:56:47 -05:00
|
|
|
textproc/libxml \
|
|
|
|
textproc/libxslt
|
2009-01-18 14:07:05 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2012-11-12 08:32:38 -05:00
|
|
|
CONFIGURE_ARGS= --enable-parsers=all \
|
2010-11-08 15:46:43 -05:00
|
|
|
--with-www=curl
|
2009-01-18 14:07:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|