1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/security/f-prot-sig/Makefile
Oliver Eikemeier cb24574034 ugly hack to work around PR 64485. Remove when fixed.
Submitted by:	Tim Bishop <tim@bishnet.net>
Pointy hat to:	eik
2004-03-20 00:10:14 +00:00

39 lines
953 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= 20040318
CATEGORIES= security
MASTER_SITES= ftp://ftp.f-prot.com/pub/
DISTFILES= fp-def.zip macrdef2.zip
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= tim@bishnet.net
COMMENT= F-Prot Antivirus Signatures
# F-Prot does not version their .DEF files so the port always pulls the latest.
IGNOREFILES= ${DISTFILES}
# XXX 20040320 eik: ugly hack to work around PR 64485. Remove when fixed
_CKSUMFILES=
NO_PACKAGE= Free for personal use only
NO_CDROM= Free for personal use only
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>