diff options
Diffstat (limited to 'net-mgmt/nat')
-rw-r--r-- | net-mgmt/nat/Makefile | 32 | ||||
-rw-r--r-- | net-mgmt/nat/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/nat/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/nat/pkg-plist | 4 |
4 files changed, 0 insertions, 39 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> diff --git a/net-mgmt/nat/distinfo b/net-mgmt/nat/distinfo deleted file mode 100644 index 601c3a6ed3a6..000000000000 --- a/net-mgmt/nat/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nat20.freebsd.tar.gz) = 20174dc3e5f4cc6802369a298fec7cd1 diff --git a/net-mgmt/nat/pkg-descr b/net-mgmt/nat/pkg-descr deleted file mode 100644 index 6cbeedae7cd3..000000000000 --- a/net-mgmt/nat/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -SMB/CIFS server and file share auditing tool used to gather information and -identify misconfigurations in security critical environments. diff --git a/net-mgmt/nat/pkg-plist b/net-mgmt/nat/pkg-plist deleted file mode 100644 index faa3d13a2275..000000000000 --- a/net-mgmt/nat/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/nat -share/nat/passlist.txt -share/nat/userlist.txt -@dirrm share/nat |