3f9e65724c
HAVP (HTTP AntiVirus proxy) is an easily-configured non-caching HTTP proxy which interfaces to an anti-virus scanner (ClamAV and others) to prevent transfer of infected content (including HTML and image files). From maintainer Giovanni Bechis
30 lines
632 B
Makefile
30 lines
632 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/04 10:56:15 sthen Exp $
|
|
|
|
COMMENT= web proxy with antivirus filter
|
|
|
|
DISTNAME= havp-0.88
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.server-side.de/download/
|
|
|
|
HOMEPAGE= http://www.server-side.de/
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m pthread stdc++
|
|
|
|
LIB_DEPENDS= clamav.>=1::security/clamav
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --disable-locking \
|
|
--disable-trophie
|
|
CONFIGURE_ENV= LDFLAGS="-pthread"
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|