1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/smurflog/Makefile
2000-06-20 13:37:39 +00:00

23 lines
518 B
Makefile

# Ports collection Makefile for: smurflog
# Date created: 7/06/1998
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= smurflog
PORTVERSION= 2.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.bitchx.org/pub/misc/ \
ftp://ftp.plur.net/pub/software/bitchx/files/
MAINTAINER= nectar@FreeBSD.org
GNU_CONFIGURE= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
.include <bsd.port.mk>