1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/security/swatch/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

25 lines
479 B
Makefile

# New ports collection makefile for: swatch
# Version required: 2.2
# Date created: May 2 97
# Whom: jfitz
#
# $FreeBSD$
#
DISTNAME= swatch-2.2
CATEGORIES= security sysutils
MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ \
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
MAINTAINER= jfitz@FreeBSD.org
NO_BUILD= YES
MAN5= swatch.conf.5
MAN8= swatch.8
do-install:
@cd ${WRKSRC}; sh ${WRKSRC}/install.sh
.include <bsd.port.mk>