aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-15 14:55:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-15 14:55:46 +0000
commitc99da0ca56f8061b4d05baf4ef92ac4425669fd0 (patch)
tree27e605d99abbc3053c019d390cfe9fcfac2c83b8 /net/nepenthes/Makefile
parentcd8e3e83bfa95e8bd7bb9e65bb2e26452b638a0b (diff)
downloadports-c99da0ca56f8061b4d05baf4ef92ac4425669fd0.tar.gz
ports-c99da0ca56f8061b4d05baf4ef92ac4425669fd0.zip
Notes
Diffstat (limited to 'net/nepenthes/Makefile')
-rw-r--r--net/nepenthes/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index e27ff3756f7a..3cd18e4605b7 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nepenthes
-PORTVERSION= 0.1.7
-PORTREVISION= 3
+PORTVERSION= 0.2.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nepenthes
@@ -26,12 +25,17 @@ CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif
+.if defined(WITH_DEBUG_LOGGING)
+CONFIGURE_ARGS+= --enable-debug-logging
+.endif
+
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man --infodir=${PREFIX}/info
-MAN8= nepenthes.8
-DOCS= README README.VFS logo-shaded.svg
+DOCS= README README.VFS logo-shaded.svg
+MAN8= nepenthes.8
.include <bsd.port.pre.mk>