aboutsummaryrefslogtreecommitdiffstats
path: root/security/uvscan-dat/Makefile
blob: 54f9528aac08527a10116e5b70147d5138ff8345 (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
36
37
38
39
40
# New ports collection makefile for:    uvscan_dat
# Date created:     01 Sep 2000
# Whom:         Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   uvscan_dat
PORTVERSION=    4596
CATEGORIES= security
MASTER_SITES=   http://download.nai.com/products/datfiles/4.x/nai/ \
        ftp://ftp.nai.com/pub/datfiles/english/
DISTNAME=   dat-${PORTVERSION}
EXTRACT_SUFX=   .tar

MAINTAINER= jeh@FreeBSD.org
COMMENT=    AntiVirus DAT file for uvscan

NO_BUILD=   YES
NO_WRKSUBDIR=   YES

RESTRICTED= "Restricted to the license terms set for VirusScan"

do-configure:
    ${SED} -e 's:@PREFIX@:${PREFIX}:g' \
        <${FILESDIR}/update_dat >${WRKDIR}/update_dat

do-install:
    ${MKDIR} ${PREFIX}/libexec/uvscan
.for filename in clean.dat internet.dat names.dat scan.dat
    ${INSTALL_DATA} ${WRKSRC}/${filename} ${PREFIX}/libexec/uvscan
.endfor
    ${MKDIR} ${PREFIX}/share/doc/uvscan
.for filename in reseller.txt packing.lst
    ${INSTALL_DATA} ${WRKSRC}/${filename} ${PREFIX}/share/doc/uvscan
.endfor
    ${INSTALL_SCRIPT} ${WRKDIR}/update_dat ${PREFIX}/sbin
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
/span> * - In fetchindex target:pav2004-11-161-1/+1 * * Be even more explicit about partial ports trees being unsupportedkris2004-07-141-17/+12 * Be more explicit about INDEX builds not being supported with partialkris2004-06-121-4/+5 * * Support verbose index builds with INDEX_VERBOSE [1]kris2004-06-101-2/+10 * Add "fetchindex" target. It fetches the recent index file (INDEX _or_netchild2004-05-251-0/+3 * - Allow processing of info files in non-standard locations; thekris2004-04-021-11/+35 * Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-0/+1 * Tie x11-themes into the build now that it contains some ports.marcus2004-02-201-0/+1 * Tie accessibility to the build now that it has some ports.marcus2004-01-221-0/+1 * Tie arabic to the build now that it has some ports.marcus2003-11-091-0/+1 * Tie the dns category to the build now that it has some ports.marcus2003-08-301-0/+1 * Connect polish to the buildarved2003-08-191-0/+1 * Define the default SUP program to be cvsup.joe2003-07-121-0/+1 * With CVS_UPDATE, use read-only repository mode by default.ru2003-03-061-1/+1 * In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"ru2003-03-051-1/+1 * Correct the bug in 'make index' that failed to substitute back thekris2003-02-241-1/+1 * I committed from the wrong tree, and the patch had a missingkris2002-12-051-1/+1 * Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) andkris2002-12-051-12/+12 * Merge in some changes from Tools/portbuild/scripts/makeindex: setkris2002-12-011-5/+8 * Add several new real categories.knu2002-11-181-0/+4 * Switch back to .tgz packages for 'parallel' target.kris2002-10-021-1/+1 * Switch to .tbz packages in generated makefile target.kris2002-09-161-1/+1 * Don't use cat(1) needlessly -- pipe the INDEX to awk(1).will2001-12-231-1/+1 * New category picobsd starts today.asami2001-04-231-0/+1 * Use single colons instead of double colons for "*-all" targets. I don't knowasami2001-03-251-2/+2