freebsd-ports/mail/claws-mail-clamav/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

35 lines
874 B
Makefile

# New ports collection makefile for: claws-mail-clamav
# Date created: 26 November 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= clamav
PORTVERSION= 3.3
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Clamav plugin for claws-mail
BUILD_DEPENDS= claws-mail>=3.3.1:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS= claws-mail>=3.3.1:${PORTSDIR}/mail/claws-mail
LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav
USE_GMAKE= yes
USE_XORG= x11
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
PLIST_FILES= lib/claws-mail/plugins/clamav.a \
lib/claws-mail/plugins/clamav.la \
lib/claws-mail/plugins/clamav.so
BROKEN= Doesn't build with clamav-0.93
.include <bsd.port.mk>