freebsd-ports/textproc/redland/Makefile

46 lines
1.1 KiB
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: redland
# Date created: Nov 22, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= redland
PORTVERSION= 0.9.19
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://librdf.org/dist/source/
MASTER_SITE_SUBDIR= librdf
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= A high-level interface for RDF
LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 \
2004-01-03 01:06:00 +01:00
raptor.2:${PORTSDIR}/textproc/raptor
USE_GNOME= gnomehack gnometarget lthack pkgconfig
USE_OPENSSL= yes
USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_INC_LIBTOOL_VER= 13
LIBTOOLFILES= configure raptor/configure rasqal/configure
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \
--with-bdb-include="${LOCALBASE}/include/db41" \
--with-bdb-dbname="db41" \
--with-raptor=system \
--with-rasqal=internal \
--with-threestore=no \
--with-mysql=no
INSTALLS_SHLIB= yes
MAN1= rasqal-config.1 rdfproc.1 redland-config.1 \
redland-db-upgrade.1 roqet.1
MAN3= librasqal.3 redland.3
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>