1997-05-03 00:22:09 +00:00
|
|
|
# New ports collection makefile for: swatch
|
|
|
|
# Date created: May 2 97
|
|
|
|
# Whom: jfitz
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1997-05-03 00:22:09 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= swatch
|
|
|
|
PORTVERSION= 2.2
|
|
|
|
CATEGORIES= security sysutils
|
1997-05-03 00:22:09 +00:00
|
|
|
MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ \
|
|
|
|
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= jfitz@FreeBSD.org
|
1997-05-03 00:22:09 +00:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
|
|
|
|
MAN5= swatch.conf.5
|
|
|
|
MAN8= swatch.8
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC}; sh ${WRKSRC}/install.sh
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|