summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-03-19 09:36:47 +0000
committerobache <obache@pkgsrc.org>2011-03-19 09:36:47 +0000
commit9b536883019696ace2c714467e961e0b711a1311 (patch)
tree86299352c45b7fc74e2be23155c98d83f8ed6ef6 /security
parentab579c853928ddaf046fabdb8fa510d362bcd394 (diff)
downloadpkgsrc-9b536883019696ace2c714467e961e0b711a1311.tar.gz
* MAKE_JOBS_SAFE=no
* Note commented-out LICENSE (GNU EMACS GENERAL PUBLIC LICENSE) * Add user-destdir installation support.
Diffstat (limited to 'security')
-rw-r--r--security/netramet/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/netramet/Makefile b/security/netramet/Makefile
index 0bf22b474d1..24437637834 100644
--- a/security/netramet/Makefile
+++ b/security/netramet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/03/18 20:28:21 zafer Exp $
+# $NetBSD: Makefile,v 1.8 2011/03/19 09:36:47 obache Exp $
#
DISTNAME= NeTraMet44
@@ -8,11 +8,17 @@ MASTER_SITES= # http://foobar.cit.buffalo.edu/nms/NeTraMet/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= NEtwork TRaffic METer
+#LICENSE= GNU EMACS GENERAL PUBLIC LICENSE
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+MAKE_JOBS_SAFE= no
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--without-x
MAKE_ENV+= PCAP_LIB=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libpcap}/lib
+INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
.include "../../net/libpcap/buildlink3.mk"