Lines 2-18
Link Here
|
2 |
# Date created: 15 July 2002 |
2 |
# Date created: 15 July 2002 |
3 |
# Whom: markun@onohara.to |
3 |
# Whom: markun@onohara.to |
4 |
# |
4 |
# |
5 |
# $FreeBSD: /repoman/r/pcvs/ports/security/clamav/Makefile,v 1.7 2003/06/18 09:43:05 nork Exp $ |
5 |
# $FreeBSD: ports/security/clamav/Makefile,v 1.6 2003/06/11 16:58:37 nork Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= clamav |
8 |
PORTNAME= clamav |
9 |
PORTVERSION= 0.54 |
9 |
PORTVERSION= 0.60 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= security |
10 |
CATEGORIES= security |
12 |
MASTER_SITES= http://clamav.elektrapro.com/stable/ \ |
11 |
MASTER_SITES= http://clamav.elektrapro.com/stable/ \ |
13 |
http://clamav.essentkabel.com/stable/ |
12 |
http://clamav.essentkabel.com/stable/ |
14 |
|
13 |
|
15 |
|
|
|
16 |
MAINTAINER= markun@onohara.to |
14 |
MAINTAINER= markun@onohara.to |
17 |
COMMENT= Command line virus scanner written entirely in C |
15 |
COMMENT= Command line virus scanner written entirely in C |
18 |
|
16 |
|
Lines 22-28
Link Here
|
22 |
zoo:${PORTSDIR}/archivers/zoo \ |
20 |
zoo:${PORTSDIR}/archivers/zoo \ |
23 |
arc:${PORTSDIR}/archivers/arc \ |
21 |
arc:${PORTSDIR}/archivers/arc \ |
24 |
unzip:${PORTSDIR}/archivers/unzip |
22 |
unzip:${PORTSDIR}/archivers/unzip |
25 |
LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth |
|
|
26 |
|
23 |
|
27 |
USE_GMAKE= yes |
24 |
USE_GMAKE= yes |
28 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
Lines 30-36
Link Here
|
30 |
USE_LIBTOOL= yes |
27 |
USE_LIBTOOL= yes |
31 |
INSTALLS_SHLIB= yes |
28 |
INSTALLS_SHLIB= yes |
32 |
|
29 |
|
33 |
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav |
30 |
CONFIGURE_ARGS= --prefix=${PREFIX} \ |
|
|
31 |
--disable-clamav \ |
32 |
--enable-bigstack |
34 |
|
33 |
|
35 |
MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 |
34 |
MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 |
36 |
MAN5= clamav.conf.5 |
35 |
MAN5= clamav.conf.5 |