summaryrefslogtreecommitdiff
path: root/net/iplog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/iplog/Makefile')
-rw-r--r--net/iplog/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile
new file mode 100644
index 000000000000..6a5a2ab61ed9
--- /dev/null
+++ b/net/iplog/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: iplog
+# Version required: 1.2
+# Date created: 4 Oct 1999
+# Whom: Dominik Rothert <dr@domix.de>
+#
+# $FreeBSD$
+#
+
+DISTNAME= iplog-2.0-1002
+CATEGORIES= security
+MASTER_SITES= http://www.numb.org/~odin/stuff/
+
+MAINTAINER= dr@domix.de
+
+GNU_CONFIGURE= yes
+MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
+USE_GMAKE= yes
+
+MAN8= iplog.8
+
+post-install:
+ strip ${PREFIX}/sbin/iplog
+ ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample
+ ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules
+
+.include <bsd.port.mk>