2d8b17ea39
With hat: portmgr
15 lines
325 B
Makefile
15 lines
325 B
Makefile
# Created by: Yen-Ming Lee <leeym@leeym.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= udptunnel
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Tunnel UDP packets over a TCP connection
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/udptunnel
|
|
|
|
.include <bsd.port.mk>
|