diff options
Diffstat (limited to 'security/klamav/Makefile')
-rw-r--r-- | security/klamav/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/security/klamav/Makefile b/security/klamav/Makefile index 0587b38ed69f..0392a3a283d4 100644 --- a/security/klamav/Makefile +++ b/security/klamav/Makefile @@ -1,15 +1,14 @@ # Created by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br> # $FreeBSD$ -# PORTNAME= klamav PORTVERSION= 0.46 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/Source%20%28For%20ClamAV%20and%20gt_%3D%200.9x%29/KlamAV-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source -MAINTAINER= anderson@cnpm.embrapa.br +MAINTAINER= ports@FreeBSD.org COMMENT= KDE 3 front-end to Clam Anti-Virus LIB_DEPENDS= clamav:${PORTSDIR}/security/clamav @@ -18,10 +17,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION} PREFIX= ${KDE_PREFIX} -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_SQLITE= 3 -USE_GNOME= pkgconfig -USES= gettext INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool aclocal @@ -32,11 +29,9 @@ CONFIGURE_ARGS+=--with-qt-dir=${QT_PREFIX} \ USE_KDELIBS_VER= 3 -.include <bsd.port.pre.mk> - pre-configure: @${CP} ${LTMAIN} ${WRKSRC}/admin @${CP} ${LIBTOOL_M4} ${WRKSRC}/admin @${CP} ${LOCALBASE}/include/clamav-config.h ${WRKSRC}/src/klamd -.include <bsd.port.post.mk> +.include <bsd.port.mk> |