openbsd-ports/textproc/redland/Makefile
2010-10-19 07:54:21 +00:00

36 lines
739 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:25 espie Exp $
COMMENT= A high-level interface for RDF
DISTNAME= redland-1.0.8
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 iconv idn intl m ssl xml2 xslt z
LIB_DEPENDS= raptor.>=2::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>