freebsd-ports/security/smurflog/Makefile

22 lines
464 B
Makefile
Raw Normal View History

# Ports collection Makefile for: smurflog
# Date created: 7/06/1998
# Whom: nectar@FreeBSD.org
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= smurflog
PORTVERSION= 2.1
CATEGORIES= security
#MASTER_SITES= None available anymore, so this is stored locally
MAINTAINER= nectar@FreeBSD.org
1998-12-01 05:04:07 +01:00
GNU_CONFIGURE= YES
1998-12-01 05:04:07 +01:00
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
.include <bsd.port.mk>