blob: c10672c3afdb9e89f56e4a1e2f83abc7451d83fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= bsdproxy
PORTVERSION= 0.04
CATEGORIES= net
MASTER_SITES= http://daveb.net/bsdproxy/
MAINTAINER= ports@FreeBSD.org
COMMENT= A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
GNU_CONFIGURE= yes
USE_GNOME= glib12
NO_STAGE= yes
DOCS= ChangeLog README
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>
|