openbsd-ports/www/havp/Makefile
robert d01a9d9204 create the working directories with the correct group
so that others can access it
discussed with ajacoutot@
2011-11-30 11:00:59 +00:00

37 lines
769 B
Makefile

# $OpenBSD: Makefile,v 1.13 2011/11/30 11:00:59 robert Exp $
COMMENT= web proxy with antivirus filter
DISTNAME= havp-0.92a
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}/download/
REVISION= 0
HOMEPAGE= http://www.server-side.de/
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/havp
${INSTALL_DATA} ${WRKSRC}/INSTALL ${WRKSRC}/COPYING ${PREFIX}/share/doc/havp
.include <bsd.port.mk>