ports/net/bsdproxy/Makefile
Peter Pentchev 5790745107 Update to bsdproxy-0.04.
Actually honor NOPORTDOCS and DOCSDIR.
Use the correct GNU configure target.
2008-06-08 20:59:35 +00:00

28 lines
591 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= roam@FreeBSD.org
COMMENT= A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
GNU_CONFIGURE= yes
USE_GNOME= glib12
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
DOCS= ChangeLog README
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>