openbsd-ports/security/smurflog/Makefile
2000-05-06 07:14:55 +00:00

25 lines
584 B
Makefile

# $OpenBSD: Makefile,v 1.5 2000/05/06 07:15:04 kevlo Exp $
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= todd@OpenBSD.ORG
LICENSE_TYPE= NONE
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
GNU_CONFIGURE= Yes
FAKE= Yes
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
.include <bsd.port.mk>