summaryrefslogtreecommitdiff
path: root/mail/clamfilter/Makefile
blob: 6ce34fb08954e68b53aed5557e712530b9e99703 (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
# New ports collection makefile for:    clamfilter
# Date created:        11 Feb 2005
# Whom:                SeaD
#
# $FreeBSD$
#

PORTNAME=	clamfilter
PORTVERSION=	0.5
CATEGORIES=	mail
MASTER_SITES=	http://www.ensita.net/products/clamfilter/ \
		http://ftp.osuosl.org/pub/FreeBSD/distfiles/

MAINTAINER=	sead@mail.ru
COMMENT=	A small, efficient clamav content filter for Postfix

RUN_DEPENDS=	${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav

SUB_FILES=	pkg-message
PLIST_FILES=	bin/clamfilter

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

.include <bsd.port.mk>