mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
fe279f0df8
Discussed with: kris Approved by: portmgr (implicit)
29 lines
531 B
Makefile
29 lines
531 B
Makefile
# New ports collection makefile for: bsdproxy
|
|
# Date created: 2 November 2001
|
|
# Whom: roam@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdproxy
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://daveb.net/bsdproxy/
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib12
|
|
|
|
DOCS= README
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|