freebsd-ports/security/smurflog/Makefile
Jacques Vidrine 2cc1c31e46 Update to 2.1
1998-11-29 03:09:05 +00:00

23 lines
544 B
Makefile

# Ports collection Makefile for: smurflog
# Version required: 1.0
# Date created: 7/06/1998
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.1.1.1 1998/07/27 07:25:36 nectar Exp $
#
DISTNAME= smurflog-2.1
CATEGORIES= net security
MASTER_SITES= http://www.sy.net/security/ \
http://www.bitchx.com/~humble/files/
MAINTAINER= nectar@FreeBSD.ORG
GNU_CONFIGURE= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/bin/smurflog
.include <bsd.port.mk>