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