diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 07:52:09 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 07:52:09 +0000 |
commit | 0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b (patch) | |
tree | 631e8c23e560c7d079a19d91090e5145f9b2d134 /net/trafshow/Makefile | |
parent | edf1c5bab648b346d759fd325f9be2efc9b3ddef (diff) | |
download | ports-0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b.tar.gz ports-0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b.zip |
Notes
Diffstat (limited to 'net/trafshow/Makefile')
-rw-r--r-- | net/trafshow/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile new file mode 100644 index 000000000000..e517349bb35d --- /dev/null +++ b/net/trafshow/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> |