1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
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 01:53:22 +00: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 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>