2007-09-15 22:36:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2007/09/15 22:36:58 merdely Exp $
|
2001-05-06 04:59:54 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= set of programs to enhance firewall security
|
2000-02-28 09:27:02 +00:00
|
|
|
|
2003-04-09 09:46:05 +00:00
|
|
|
DISTNAME= proxy-suite-1.9
|
2006-07-19 16:07:22 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
HOMEPAGE= http://www.suse.com/en/whitepapers/proxy_suite/
|
2000-09-25 07:40:09 +00:00
|
|
|
CATEGORIES= net security
|
2002-10-28 01:38:44 +00:00
|
|
|
|
2000-09-25 07:40:09 +00:00
|
|
|
MAINTAINER= Camiel Dobbelaar <cd@sentia.nl>
|
2000-02-28 09:27:02 +00:00
|
|
|
|
2003-04-09 09:46:05 +00:00
|
|
|
MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/
|
2000-02-28 09:27:02 +00:00
|
|
|
|
2003-04-09 09:46:05 +00:00
|
|
|
# GPL
|
2000-09-15 15:01:54 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c
|
2000-03-06 13:34:09 +00:00
|
|
|
|
2000-02-28 09:27:02 +00:00
|
|
|
USE_GMAKE= Yes
|
2000-09-15 15:01:54 +00:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
2000-03-06 13:34:09 +00:00
|
|
|
|
2002-10-28 01:38:44 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2000-02-28 09:27:02 +00:00
|
|
|
post-install:
|
2000-03-06 13:34:09 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/proxy-suite
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ftp-proxy/ftp-proxy.conf.sample \
|
2003-04-09 09:46:05 +00:00
|
|
|
${PREFIX}/share/proxy-suite
|
2000-02-28 09:27:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|