openbsd-ports/net/proxy-suite/Makefile

32 lines
727 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2007/09/15 22:36:58 merdely Exp $
COMMENT= set of programs to enhance firewall security
2003-04-09 05:46:05 -04:00
DISTNAME= proxy-suite-1.9
2006-07-19 12:07:22 -04:00
PKGNAME= ${DISTNAME}p0
HOMEPAGE= http://www.suse.com/en/whitepapers/proxy_suite/
CATEGORIES= net security
2002-10-27 20:38:44 -05:00
MAINTAINER= Camiel Dobbelaar <cd@sentia.nl>
2003-04-09 05:46:05 -04:00
MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/
2003-04-09 05:46:05 -04:00
# GPL
2000-09-15 11:01:54 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
USE_GMAKE= Yes
2000-09-15 11:01:54 -04:00
CONFIGURE_STYLE=gnu dest
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
post-install:
${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
.include <bsd.port.mk>