blob: cd353692d258d5822d1cd7e4d9c79e1d242f110b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2003/07/17 22:51:58 grant 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"
|