aboutsummaryrefslogtreecommitdiffstats
path: root/security/f-prot-sig/Makefile
blob: 58e05bd73d2c7e052355bfc83cae04521921f383 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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=    20040524
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}

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>