freebsd-ports/security/f-prot-sig/Makefile
2007-10-27 17:47:58 +00:00

33 lines
797 B
Makefile

# New ports collection makefile for: f-prot-sig
# Date created: 11 Feb 2004
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#
PORTNAME= f-prot-sig
PORTVERSION= 20071027
CATEGORIES= security
MASTER_SITES= http://updates.f-prot.com/files/
DISTFILES= fp-def.zip macrdef2.zip
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= tdb@FreeBSD.org
COMMENT= F-Prot Antivirus Signatures
# F-Prot does not version their .DEF files so the port always pulls the latest.
IGNOREFILES= ${DISTFILES}
RESTRICTED= Free for personal use only
NO_BUILD= YES
NO_WRKSUBDIR= YES
USE_ZIP= YES
do-install:
${MKDIR} ${PREFIX}/f-prot
${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/f-prot
@${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
.include <bsd.port.mk>