aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_clamav/Makefile
blob: 4bb41211d8475fa134e7f9559591d2c80c078da9 (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
41
# New ports collection makefile for:    mod_clamav
# Date created:             Sun Oct 19
# Whom:                 Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mod_clamav
PORTVERSION=    0.21
CATEGORIES= www security
MASTER_SITES=   http://software.othello.ch/mod_clamav/

MAINTAINER= tmueko@kommunity.net
COMMENT=    Scans content delivered by the Apache2 proxy module for viruses

LIB_DEPENDS+=   clamav:${PORTSDIR}/${CLAMAV_PORT}

USE_APACHE= YES
WITH_APACHE2=   YES
GNU_CONFIGURE=  yes

.if defined(WITH_CLAMAVDEVEL)
CLAMAV_PORT=    security/clamav-devel
.else
CLAMAV_PORT=    security/clamav
.endif

CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \
        --libdir=${PREFIX}/lib/apache2
CFLAGS+=    -I${LOCALBASE}/include
CPPFLAGS+=  -I${LOCALBASE}/include \
        ${PTHREAD_CFLAGS}
LDFLAGS+=   -L${LOCALBASE}/lib \
        ${PTHREAD_LIBS}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
        LDFLAGS="${LDFLAGS}"

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>