diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-22 07:03:00 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-22 07:03:00 +0000 |
commit | 62f7eec98e12778fec46da48ff9ebd6073d3ba72 (patch) | |
tree | 4a97cd0a2495bd02b05108b940466b8e2c1c7ef6 /textproc/redland/Makefile | |
parent | 0366d49c4f4bd9ac708cf565a1525aa4ec365635 (diff) | |
download | FreeBSD-ports-62f7eec98e12778fec46da48ff9ebd6073d3ba72.zip FreeBSD-ports-62f7eec98e12778fec46da48ff9ebd6073d3ba72.tar.gz |
add redland
A high-level interface for RDF
Diffstat (limited to 'textproc/redland/Makefile')
-rw-r--r-- | textproc/redland/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile new file mode 100644 index 0000000..d4b37d2 --- /dev/null +++ b/textproc/redland/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# New ports collection makefile for: redland +# Date created: Nov 22, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= redland +PORTVERSION= 0.9.10 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.redland.opensource.ac.uk/dist/source/ +MASTER_SITE_SUBDIR= librdf + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= xmlparse.1:${PORTSDIR}/www/libwww \ + expat.2:${PORTSDIR}/textproc/expat2 \ + gdbm:${PORTSDIR}/databases/gdbm \ + db2:${PORTSDIR}/databases/db + +USE_OPENSSL= yes +LIBWWW_CONFIG= ${LOCALBASE}/bin/libwww-config +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} `${LIBWWW_CONFIG} --cflags` -I${LOCALBASE}/include/db2" \ + LDFLAGS="`${LIBWWW_CONFIG} --libs`" +CONFIGURE_ARGS= --with-bdb=${LOCALBASE} --with-libwww + +.include <bsd.port.mk> |