0dba48f846
from giovanni bechis (MAINTAINER), thanks!
30 lines
617 B
Makefile
30 lines
617 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/08/27 20:04:07 jasper Exp $
|
|
|
|
COMMENT= web proxy with antivirus filter
|
|
|
|
DISTNAME= havp-0.89
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
HOMEPAGE= http://www.server-side.de/
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# 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
|
|
|
|
.include <bsd.port.mk>
|