freebsd-ports/security/smurflog/Makefile

24 lines
622 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-05-28 16:58:32 -04:00
# $Id: Makefile,v 1.6 1999/01/07 18:32:45 nectar Exp $
#
1998-11-30 23:04:07 -05:00
DISTNAME= smurflog-2.1
CATEGORIES= net security
1999-05-28 16:58:32 -04: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-11-30 23:04:07 -05:00
GNU_CONFIGURE= YES
1998-11-30 23:04:07 -05:00
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
.include <bsd.port.mk>