blob: 2cc3147b81e7272a8824a63708ca25c5fdcb5933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 17:21:57 grant Exp $
#
DISTNAME= udptunnel-1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.columbia.edu/~lennox/udptunnel/
COMMENT= Tunnel UDP packets over a TCP connection
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|