summaryrefslogtreecommitdiff
path: root/net-mgmt/nat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nat/Makefile')
-rw-r--r--net-mgmt/nat/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/nat/Makefile b/net-mgmt/nat/Makefile
deleted file mode 100644
index f152c4c9c83e..000000000000
--- a/net-mgmt/nat/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Ports collection makefile for: nat
-# Date created: May 24 2001
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nat
-PORTVERSION= 20
-CATEGORIES= net security
-MASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \
- ftp://ftp.cert.dfn.de/pub/tools/net/nat/nat20beta/ \
- ftp://ftp.spin.ad.jp/pub/Security/nat/nat20beta/
-DISTNAME= ${PORTNAME}${PORTVERSION}.freebsd
-
-MAINTAINER= roman@xpert.com
-COMMENT= NetBIOS auditing tool
-
-NO_PACKAGE= "Redistribution prohibited by the license"
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-MAN1= nat.1
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/nat ${LOCALBASE}/bin
- ${INSTALL_MAN} ${WRKSRC}/nat.1 ${LOCALBASE}/man/man1
- ${MKDIR} ${LOCALBASE}/share/nat
- ${INSTALL_DATA} ${WRKSRC}/passlist.txt ${LOCALBASE}/share/nat
- ${INSTALL_DATA} ${WRKSRC}/userlist.txt ${LOCALBASE}/share/nat
-
-.include <bsd.port.mk>