freebsd-ports/net-mgmt/clog/Makefile

27 lines
646 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: clog
# Date created: Tue Nov 04, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= clog
PORTVERSION= 1.6
CATEGORIES= net security
MASTER_SITES= ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \
ftp://ftp.ox.ac.uk/pub/comp/security/COAST/mirrors/ftp.saturn.net/clog/ \
ftp://ftp.rediris.es/mirror/coast/tools/unix/clog/
2000-02-13 04:25:05 +01:00
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/clog
ALL_TARGET= freebsd
MAN8= clog.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8
.include <bsd.port.mk>