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

24 lines
579 B
Makefile
Raw Normal View History

# Ports collection Makefile for: smurflog
# Version required: 1.0
# Date created: 7/06/1998
# Whom: nectar@FreeBSD.org
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
1998-12-01 04:04:07 +00:00
DISTNAME= smurflog-2.1
CATEGORIES= net security
1999-05-28 20:58:32 +00:00
MASTER_SITES= ftp://ftp.bitchx.org/pub/bitchx/files/ \
ftp://ftp.buk.net/pub/software/bitchx/files/ \
http://www.nectar.cc/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>