1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/tcpproxy/Makefile
Danilo Egea Gondolfo 643ae650a1 - Update from 1.0 to 1.1 [1]
- Remove the indefinite article from COMMENT
- Convert USE_GMAKE to USES
- Add stage support

PR:		ports/182788
Submitted by:	Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
2013-10-07 18:44:30 +00:00

34 lines
891 B
Makefile

# Created by: Alexander Hausner <alex@hugo.bmg.gv.at>
# $FreeBSD$
PORTNAME= tcpproxy
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= http://www.spreadspace.org/tcpproxy/releases/ \
http://alex.bmg.gv.at/programs/
MAINTAINER= alex@hugo.bmg.gv.at
COMMENT= Simple TCP connection proxy for IPv4 and IPv6
BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel
USES= gmake
HAS_CONFIGURE= yes
USERS= _tcpproxy
GROUPS= _tcpproxy
USE_RC_SUBR= tcpproxy
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
PLIST_FILES= bin/tcpproxy etc/tcpproxy_sample.conf \
man/man8/tcpproxy.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpproxy ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/contrib/example.conf ${STAGEDIR}${PREFIX}/etc/tcpproxy_sample.conf
${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/tcpproxy.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>