1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/bsdproxy/Makefile
Greg Larkin b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00

28 lines
526 B
Makefile

# New ports collection makefile for: bsdproxy
# Date created: 2 November 2001
# Whom: 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
DOCS= ChangeLog README
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>