freebsd-ports/net/tcpxd/Makefile
Babak Farrokhi fc762d51a5 tcpxd is a general purpose TCP/IP relay program designed
to be simple to get going, requiring only three parameters;
the port to listen on, the host to forward to, and the port
on that host to connect to.

PR:		ports/104902
Submitted by:	self
Approved by:	miwi (mentor)
2006-11-08 19:15:14 +00:00

25 lines
577 B
Makefile

# New ports collection makefile for: tcpxd
# Date created: 2006-10-29
# Whom: Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#
PORTNAME= tcpxd
PORTVERSION= 1.4
CATEGORIES= net net-mgmt
MASTER_SITES= http://quozl.us.netrek.org/tcpxd/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= General purpose TCP/IP relay
HAS_CONFIGURE= yes
PLIST_FILES= sbin/tcpxd etc/tcpxd.conf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpxd ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/tcpxd.conf ${PREFIX}/etc/tcpxd.conf
.include <bsd.port.mk>