1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/smurflog/Makefile

24 lines
578 B
Makefile
Raw Normal View History

# Ports collection Makefile for: smurflog
# Version required: 1.0
# Date created: 7/06/1998
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.5 1998/12/03 00:40:50 obrien Exp $
#
1998-12-01 04:04:07 +00:00
DISTNAME= smurflog-2.1
CATEGORIES= net security
MASTER_SITES= http://www.nectar.com/distfiles/
# http://www.sy.net/security/ \
# http://www.bitchx.com/~humble/files/
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>