2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:55 espie Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= set of programs to enhance firewall security
|
2000-02-28 04:27:02 -05:00
|
|
|
|
2003-04-09 05:46:05 -04:00
|
|
|
DISTNAME= proxy-suite-1.9
|
2010-07-12 18:07:37 -04:00
|
|
|
REVISION= 0
|
2006-07-19 12:07:22 -04:00
|
|
|
HOMEPAGE= http://www.suse.com/en/whitepapers/proxy_suite/
|
2000-09-25 03:40:09 -04:00
|
|
|
CATEGORIES= net security
|
2002-10-27 20:38:44 -05:00
|
|
|
|
2000-09-25 03:40:09 -04:00
|
|
|
MAINTAINER= Camiel Dobbelaar <cd@sentia.nl>
|
2000-02-28 04:27:02 -05:00
|
|
|
|
2003-04-09 05:46:05 -04:00
|
|
|
MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/
|
2000-02-28 04:27:02 -05:00
|
|
|
|
2003-04-09 05:46:05 -04:00
|
|
|
# GPL
|
2000-09-15 11:01:54 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-07-12 18:07:37 -04:00
|
|
|
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c
|
2000-03-06 08:34:09 -05:00
|
|
|
|
2000-02-28 04:27:02 -05:00
|
|
|
USE_GMAKE= Yes
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2000-09-15 11:01:54 -04:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
2000-03-06 08:34:09 -05:00
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2002-10-27 20:38:44 -05:00
|
|
|
|
2000-02-28 04:27:02 -05:00
|
|
|
post-install:
|
2000-03-06 08:34:09 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/proxy-suite
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ftp-proxy/ftp-proxy.conf.sample \
|
2003-04-09 05:46:05 -04:00
|
|
|
${PREFIX}/share/proxy-suite
|
2000-02-28 04:27:02 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|