19 lines
385 B
Makefile
19 lines
385 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jumpgate
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://jumpgate.sourceforge.net/
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= TCP connection forwarder
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= man/man8/jumpgate.8.gz sbin/jumpgate
|
|
|
|
.include <bsd.port.mk>
|