mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# 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>
|