mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
19 lines
328 B
Makefile
19 lines
328 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
|
|
|
|
MAN8= jumpgate.8
|
|
PLIST_FILES= sbin/jumpgate
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|