1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net-mgmt/nat/Makefile
Emanuel Haupt 09f6cf8bee Reset maintainer, does not respond to mails for 19 days. Since a few
days his MTA also remains unresponsive [1].

[1] Unable to deliver to destination domain
    Failed to deliver to domain oven.org after 73 tries.
    The last error was:
    CantConnectToHost

Approved by:	portmgr (linimon)
2005-10-28 17:05:15 +00:00

33 lines
892 B
Makefile

# Ports collection makefile for: nat
# Date created: May 24 2001
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= nat
PORTVERSION= 20
CATEGORIES= net-mgmt security
MASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \
ftp://ftp.cert.dfn.de/pub/tools/net-mgmt/nat/nat20beta/ \
ftp://ftp.spin.ad.jp/pub/Security/nat/nat20beta/
DISTNAME= ${PORTNAME}${PORTVERSION}.freebsd
MAINTAINER= ports@FreeBSD.org
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>