openbsd-ports/security/swatch/Makefile

27 lines
545 B
Makefile
Raw Normal View History

1997-11-19 18:21:01 -05:00
# OpenBSD makefile for: swatch
# Version required: 2.2
# Date created: 19 Nov 97
# Whom: ejovi
#
1998-04-12 17:40:56 -04:00
# $OpenBSD: Makefile,v 1.2 1998/04/12 21:41:05 marc Exp $
1997-11-19 18:21:01 -05:00
#
DISTNAME= swatch-2.2
CATEGORIES= security sysutils
1998-04-12 17:40:56 -04:00
NO_CDROM= "NOFEE: Can not sell"
1997-11-19 18:21:01 -05:00
MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ \
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
MAINTAINER= joey@OpenBSD.ORG
NO_BUILD= YES
MAN5= swatch.conf.5
MAN8= swatch.8
do-install:
@cd ${WRKSRC}; sh ${WRKSRC}/install.sh
.include <bsd.port.mk>