aboutsummaryrefslogtreecommitdiff
path: root/security/swatch/Makefile
blob: 2e6740bd5771b58e44e069389e9c3ead360992b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:		swatch
# Date created:					May 2 97
# Whom:						jfitz
#
# $FreeBSD$
#

PORTNAME=	swatch
PORTVERSION=	2.2
CATEGORIES=	security sysutils
MASTER_SITES=	ftp://ftp.stanford.edu/general/security-tools/swatch/OLD/

MAINTAINER=	joseph@randomnetworks.com

NO_BUILD=	YES

MAN5=		swatch.conf.5
MAN8=		swatch.8

do-install:
		@cd ${WRKSRC}; sh ${WRKSRC}/install.sh

.include <bsd.port.mk>