# New ports collection makefile for:	tproxy
# Date created:		2009-07-13
# Whom:			Rick van der Zwet <info@rickvanderzwet.nl>
#
# $FreeBSD: $
#

PORTNAME=		tproxy
PORTVERSION=		2
CATEGORIES=		net
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=		info@rickvanderzwet.nl
COMMENT=		tpoxy user-space single-port unidirectional tcp proxy

USE_RC_SUBR=		tproxy

post-extract:
	${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tproxy ${PREFIX}/bin

.include <bsd.port.mk>

