2005-11-24 22:03:40 +01:00
|
|
|
# New ports collection makefile for: klamav
|
|
|
|
# Date created: 30 July 2005
|
|
|
|
# Whom: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= klamav
|
2009-03-22 21:42:25 +01:00
|
|
|
PORTVERSION= 0.46
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 5
|
2005-11-24 22:03:40 +01:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Source%20%28For%20ClamAV%20and%20gt_%3D%200.9x%29/KlamAV-${PORTVERSION}
|
2007-03-07 23:47:09 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
2005-11-24 22:03:40 +01:00
|
|
|
|
|
|
|
MAINTAINER= anderson@cnpm.embrapa.br
|
|
|
|
COMMENT= A KDE 3 front-end to Clam Anti-Virus
|
|
|
|
|
2009-03-22 21:42:25 +01:00
|
|
|
LIB_DEPENDS= clamav:${PORTSDIR}/security/clamav
|
2005-11-24 22:03:40 +01:00
|
|
|
|
2007-03-07 23:47:09 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2006-06-05 12:29:13 +02:00
|
|
|
PREFIX= ${KDE_PREFIX}
|
2005-11-24 22:03:40 +01:00
|
|
|
|
2006-06-05 12:29:13 +02:00
|
|
|
USE_GMAKE= yes
|
2008-04-05 16:58:28 +02:00
|
|
|
USE_SQLITE= 3
|
2006-06-05 12:29:13 +02:00
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2007-03-07 23:47:09 +01:00
|
|
|
|
2010-10-05 21:57:56 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22 aclocal:111
|
2009-08-02 21:36:34 +02:00
|
|
|
LIBTOOLFILES= acinclude.m4 configure
|
2007-03-07 23:47:09 +01:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -lintl -L${PREFIX}/lib"
|
2007-06-11 10:25:37 +02:00
|
|
|
CONFIGURE_ARGS+=--with-qt-dir=${QT_PREFIX} \
|
2006-06-05 12:29:13 +02:00
|
|
|
--without-included-sqlite
|
2005-11-24 22:03:40 +01:00
|
|
|
|
2006-06-05 12:29:13 +02:00
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-11-24 22:03:40 +01:00
|
|
|
|
2007-03-07 23:47:09 +01:00
|
|
|
pre-configure:
|
|
|
|
@${CP} ${LTMAIN} ${WRKSRC}/admin
|
|
|
|
@${CP} ${LIBTOOL_M4} ${WRKSRC}/admin
|
2009-08-02 21:36:34 +02:00
|
|
|
@${CP} ${LOCALBASE}/include/clamav-config.h ${WRKSRC}/src/klamd
|
2007-03-07 23:47:09 +01:00
|
|
|
|
2006-06-05 12:29:13 +02:00
|
|
|
.include <bsd.port.post.mk>
|