2005-11-11 04:26:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2005/11/11 09:26:44 alek Exp $
|
2003-07-25 00:52:45 -04:00
|
|
|
|
|
|
|
COMMENT= "filtering HTTP proxy server"
|
2005-03-09 01:09:47 -05:00
|
|
|
DISTNAME= ffproxy-1.6
|
2005-11-11 04:26:44 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2003-07-25 00:52:45 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://faith.eu.org/ffproxy/
|
|
|
|
|
|
|
|
HOMEPAGE= http://faith.eu.org/programs.html\#ffproxy
|
|
|
|
|
2005-11-11 04:26:44 -05:00
|
|
|
MAINTAINER= Johan Fredin <johan@spelaroll.se>
|
2003-07-25 00:52:45 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2004-12-11 08:29:20 -05:00
|
|
|
WANTLIB= c
|
2003-07-25 00:52:45 -04:00
|
|
|
|
2005-03-09 01:09:47 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --datadir=/var
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
2003-07-25 00:52:45 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ffproxy
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ffproxy/{db,html}
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/README ${PREFIX}/share/doc/ffproxy
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/sample.config \
|
|
|
|
${PREFIX}/share/examples/ffproxy/ffproxy.conf
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/db/* ${PREFIX}/share/examples/ffproxy/db/
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/html/* \
|
|
|
|
${PREFIX}/share/examples/ffproxy/html/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|