38 lines
761 B
Makefile
Executable File
38 lines
761 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.5 2010/11/20 19:56:51 espie Exp $
|
|
|
|
COMMENT= high-level interface for RDF
|
|
DISTNAME= redland-1.0.8
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
SHARED_LIBS= rasqal 1.0 \
|
|
rdf 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c crypto curl idn m ssl xml2 xslt z raptor>=2
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS= textproc/raptor
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_LIBTOOL= Yes
|
|
USE_GROFF = Yes
|
|
|
|
CONFIGURE_ARGS= --with-raptor=system \
|
|
--with-rasqal=internal \
|
|
--with-threestore=no \
|
|
--with-sqlite=no \
|
|
--with-mysql=no \
|
|
--with-postgresql=no
|
|
|
|
.include <bsd.port.mk>
|