mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
37c88c8e12
- Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav)
34 lines
864 B
Makefile
34 lines
864 B
Makefile
# New ports collection makefile for: clamcour
|
|
# Whom: Milan Obuch
|
|
# Date created: January 13 2006
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clamcour
|
|
PORTVERSION= 0.3.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= security mail
|
|
MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/
|
|
|
|
MAINTAINER= bsd@dino.sk
|
|
COMMENT= ClamAV courier filter
|
|
|
|
BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier
|
|
LIB_DEPENDS= clamav.5:${PORTSDIR}/security/clamav
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-clamav-config=${LOCALBASE}/bin \
|
|
--with-courier-config=${LOCALBASE}/bin
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
|
|
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
|
|
|
|
MAN1= clamcour.1
|
|
PLIST_DIRS= etc/courier/clamcour
|
|
PLIST_FILES= libexec/filters/clamcour
|
|
|
|
.include <bsd.port.mk>
|