c91917913e
Approved by: portmgr@
16 lines
319 B
Makefile
16 lines
319 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jumpgate
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://jumpgate.sourceforge.net/
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= TCP connection forwarder
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= man/man8/jumpgate.8.gz sbin/jumpgate
|
|
|
|
.include <bsd.port.mk>
|