diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-18 22:16:00 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-18 22:16:00 +0000 |
commit | b2dc59c00f5fff5344b1fd3a27bbb1dce24188d9 (patch) | |
tree | a8928563e9c5b1d4a1a3f2ef4acd7d1e51ba8c80 /textproc/raptor/Makefile | |
parent | 150f33577236b27de170251a2fd91b530fee3865 (diff) | |
download | ports-b2dc59c00f5fff5344b1fd3a27bbb1dce24188d9.tar.gz ports-b2dc59c00f5fff5344b1fd3a27bbb1dce24188d9.zip |
Notes
Diffstat (limited to 'textproc/raptor/Makefile')
-rw-r--r-- | textproc/raptor/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index df8ac3981ab6..ddf425512113 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -7,8 +7,7 @@ # PORTNAME= raptor -PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTVERSION= 0.9.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -26,6 +25,9 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes +MAN1= rdfdump.1 +MAN3= libraptor.3 + CPPFLAGS= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags` LDFLAGS= -L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs` |