jasper 0d864ae2cb ensure the REVISION for these packages are not smaller than what's currently
in 5.5-stable, to prevent upgrading issues when 5.6 comes around.
2014-05-12 12:45:53 +00:00

34 lines
688 B
Makefile

# $OpenBSD: Makefile,v 1.17 2014/05/12 12:45:53 jasper Exp $
COMMENT= web proxy with antivirus filter
DISTNAME= havp-0.92a
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}/download/
REVISION= 3
HOMEPAGE= http://www.server-side.de/
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m pthread stdc++ clamav
LIB_DEPENDS= security/clamav
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-locking \
--disable-trophie
CONFIGURE_ENV= LDFLAGS="-pthread"
USE_GMAKE= Yes
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/havp
${INSTALL_DATA} ${WRKSRC}/INSTALL ${WRKSRC}/COPYING ${PREFIX}/share/doc/havp
.include <bsd.port.mk>