mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
23 lines
471 B
Makefile
23 lines
471 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= TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib12
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
PORTDOCS= ChangeLog README
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|