aboutsummaryrefslogtreecommitdiffstats
path: root/net/trafshow4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafshow4/Makefile')
-rw-r--r--net/trafshow4/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile
new file mode 100644
index 000000000000..e517349bb35d
--- /dev/null
+++ b/net/trafshow4/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: trafshow
+# Version required: 2.0
+# Date created: 17 January 1996
+# Whom: igor@pkaub.ru
+#
+
+DISTNAME= trafshow-2.0
+CATEGORIES+= net
+MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= igor@pkaub.ru
+
+NO_CONFIGURE= YES
+
+post-install:
+ strip ${PREFIX}/bin/trafshow
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/trafshow.1
+.endif
+
+.include <bsd.port.mk>