2010-12-30 10:21:25 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/12/30 10:21:25 giovanni Exp $
|
2008-06-04 10:56:15 +00:00
|
|
|
|
|
|
|
COMMENT= web proxy with antivirus filter
|
|
|
|
|
2010-12-30 10:21:25 +00:00
|
|
|
DISTNAME= havp-0.92a
|
2008-06-04 10:56:15 +00:00
|
|
|
CATEGORIES= www
|
2008-08-27 20:04:07 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
2008-06-04 10:56:15 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.server-side.de/
|
|
|
|
|
2009-04-15 17:50:21 +00:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
2008-06-04 10:56:15 +00:00
|
|
|
|
2008-08-27 20:04:07 +00:00
|
|
|
# GPLv2
|
2008-06-04 10:56:15 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-11-11 12:35:09 +00:00
|
|
|
|
2010-09-03 13:00:05 +00:00
|
|
|
WANTLIB= c m pthread stdc++ clamav
|
2008-06-04 10:56:15 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= security/clamav
|
2008-06-04 10:56:15 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --disable-locking \
|
|
|
|
--disable-trophie
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-pthread"
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2009-06-22 07:58:24 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/havp
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL ${WRKSRC}/COPYING ${PREFIX}/share/doc/havp
|
|
|
|
|
2008-06-04 10:56:15 +00:00
|
|
|
.include <bsd.port.mk>
|