summaryrefslogtreecommitdiff
path: root/security/squidclamav/Makefile
blob: e7cf0c81460ee4528e60c4c8e2ad148e865f6a08 (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
# New ports collection makefile for:	squidclamav
# Date created:		2008-06-02
# Whom: 		Laurent LEVIER <llevier@argosnet.com>
#
# $FreeBSD$
#

PORTNAME=	squidclamav
PORTVERSION=	3.5
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	http://www.samse.fr/GPL/squidclamav/

MAINTAINER=	llevier@argosnet.com
COMMENT=	Squid interface to ClamAV

LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
NO_LATEST_LINK=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES=	pkg-message

PLIST_FILES=	bin/squidclamav etc/squidclamav.conf.dist

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/squidclamav ${PREFIX}/bin
	@${INSTALL_DATA} ${WRKSRC}/squidclamav.conf.dist ${PREFIX}/etc
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>