mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
464 B
Makefile
22 lines
464 B
Makefile
# Ports collection Makefile for: smurflog
|
|
# Date created: 7/06/1998
|
|
# Whom: nectar@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smurflog
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= security
|
|
#MASTER_SITES= None available anymore, so this is stored locally
|
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
|
|
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
|
|
|
|
.include <bsd.port.mk>
|