beb5c18a6b
The X-Violations-Found does not send when clamav or clamd engines are used Fix possible c-icap crashes, when big files are disinfected
32 lines
905 B
Makefile
32 lines
905 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/02/06 14:15:18 adam Exp $
|
|
|
|
DISTNAME= c_icap_modules-0.4.4
|
|
PKGNAME= ${DISTNAME:S/_/-/g}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=c-icap/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://c-icap.sourceforge.net/
|
|
COMMENT= C-ICAP server modules
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-c-icap=${BUILDLINK_PREFIX.c-icap}
|
|
|
|
EGDIR= ${PREFIX}/share/c-icap
|
|
CONF_FILES= ${EGDIR}/srv_url_check.conf.default ${PKG_SYSCONFDIR}/srv_url_check.conf
|
|
|
|
INSTALLATION_DIRS= etc share/c-icap
|
|
|
|
post-install:
|
|
${FIND} ${DESTDIR}${PREFIX}/share/c_icap/templates -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../www/c-icap/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|