2001-11-02 14:08:43 +00:00
|
|
|
# New ports collection makefile for: bsdproxy
|
|
|
|
# Date created: 2 November 2001
|
|
|
|
# Whom: roam@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bsdproxy
|
2008-06-08 20:59:35 +00:00
|
|
|
PORTVERSION= 0.04
|
2001-11-02 14:08:43 +00:00
|
|
|
CATEGORIES= net
|
2003-07-08 06:05:08 +00:00
|
|
|
MASTER_SITES= http://daveb.net/bsdproxy/
|
2001-11-02 14:08:43 +00:00
|
|
|
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2004-11-01 17:09:55 +00:00
|
|
|
COMMENT= A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
|
2001-11-02 14:08:43 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_GNOME= glib12
|
2001-11-02 14:08:43 +00:00
|
|
|
|
2008-06-08 20:59:35 +00:00
|
|
|
DOCS= ChangeLog README
|
2001-11-02 14:08:43 +00:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|