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

24 lines
569 B
Makefile
Raw Normal View History

# Ports collection Makefile for: smurflog
# Date created: 7/06/1998
# Whom: nectar@FreeBSD.org
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= smurflog
PORTVERSION= 2.1
CATEGORIES= net security
2000-01-16 19:12:05 +00:00
MASTER_SITES= ftp://ftp.bitchx.org/pub/misc/ \
ftp://ftp.plur.net/pub/software/bitchx/files/ \
2000-01-16 19:12:05 +00:00
http://www.nectar.com/distfiles/
MAINTAINER= nectar@FreeBSD.org
1998-12-01 04:04:07 +00:00
GNU_CONFIGURE= YES
1998-12-01 04:04:07 +00:00
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
.include <bsd.port.mk>