openbsd-ports/www/havp/Makefile
ajacoutot f1d3309b8f Call setgid(2) before initgroups(3), otherwise we end up with an empty
group list and havp will get the gid of the last entry in groups(5).

ok giovanni@ (maintainer) robert@ jasper@
2012-05-17 09:10:44 +00:00

37 lines
772 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/05/17 09:10:44 ajacoutot Exp $
COMMENT= web proxy with antivirus filter
DISTNAME= havp-0.92a
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}/download/
REVISION= 1
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>