diff options
Diffstat (limited to 'textproc/raptor2/Makefile')
-rw-r--r-- | textproc/raptor2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index df8ac3981ab6..ddf425512113 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/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` |