freebsd-ports/net/tcpxd/Makefile
Jimmy Olgeni 8ad91c6f16 Add pkg-plist, which I forgot to add.
Feature safe:	yes
2011-11-30 00:53:16 +00:00

28 lines
656 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
PORTREVISION= 2
CATEGORIES= net net-mgmt
MASTER_SITES= http://fossies.org/unix/privat/ \
http://www.sourcefiles.org/Networking/Tools/Proxy/ \
http://quozl.us.netrek.org/tcpxd/
MAINTAINER= olgeni@FreeBSD.org
COMMENT= General purpose TCP/IP relay
LICENSE= GPLv2 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/tcpxd ${PREFIX}/sbin
@${INSTALL_DATA} ${WRKSRC}/tcpxd.conf ${PREFIX}/etc/tcpxd.conf.dist
.include <bsd.port.mk>