blob: 83faa307598017a0c36bf8b0fa9b960e5f6df4ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2003/06/02 01:17:39 jschauma Exp $
#
DISTNAME= udptunnel-1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
MAINTAINER= tech-pkg@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"
|