1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/c-icap-modules/Makefile
Rodrigo Osorio 4b493d3309 www/c-icap: Upgrade to v0.5.8
Major changes:
    * Bug #125: ISTag is not quoted
    * Fix multiple bugs with 206 supported requests
    * Bug fix: Kids are not exiting if the parent process is gone
    * Bug fix: c-icap crashes on reconfigure
    * Fix "Bug in the service 'xxx'. Please report to the service author..."
2021-04-25 13:35:42 +02:00

33 lines
745 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
PORTNAME= c-icap
PORTVERSION= 0.5.5
CATEGORIES= www security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/
PKGNAMESUFFIX= -modules
DISTNAME= c_icap_modules-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Modules for c-icap: virus_scan and srv_url_check
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libicapapi.so:www/c-icap \
libclamav.so:security/clamav
USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static \
--with-c-icap=${LOCALBASE} \
--with-clamav=${LOCALBASE}
INSTALL_TARGET= install-strip
DATADIR= ${PREFIX}/share/c_icap
CFLAGS+= -DHAVE_STRNSTR
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/c-icap
.include <bsd.port.mk>