summaryrefslogblamecommitdiff
path: root/security/swatch/Makefile
blob: 40776196520c14d722ae8a729676e6876b6de4c0 (plain) (tree)
1
2
3
4
5
6




                                                        
           






                                                                       
                                 









                                                      
# 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>