1218d91767
adding them to the PLIST. First, /var/run/* is cleaned upon reboot and second /var/tmp/havp/ has a chance to get wiped out being in a temporary dir. ok giovanni@ (maintainer)
35 lines
787 B
Makefile
35 lines
787 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/05/13 16:24:36 ajacoutot Exp $
|
|
|
|
COMMENT= web proxy with antivirus filter
|
|
|
|
DISTNAME= havp-0.91
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
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++
|
|
|
|
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
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/havp
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL ${WRKSRC}/COPYING ${PREFIX}/share/doc/havp
|
|
|
|
.include <bsd.port.mk>
|