diff options
Diffstat (limited to 'net/sniffit/Makefile')
-rw-r--r-- | net/sniffit/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile new file mode 100644 index 000000000000..3cda8a057276 --- /dev/null +++ b/net/sniffit/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# New ports collection makefile for: sniffit +# Version required: 0.3.5 +# Date created: 28 Mar 1998 +# Whom: bsdx +# +# $Id$ +# + +DISTNAME= sniffit.0.3.5 +PKGNAME= sniffit-0.3.5 +CATEGORIES= net security +MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ + +MAINTAINER= obrien@FreeBSD.ORG + +GNU_CONFIGURE= yes +ALL_TARGET= +MAN5= sniffit.5 +MAN8= sniffit.8 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/man/man8 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/sniffit + ${INSTALL_MAN} ${WRKSRC}/README.FIRST ${PREFIX}/share/doc/sniffit +.endif + +.include <bsd.port.mk> |