blob: 770677b245feafbf390b2c3c22192cd2b79b397e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.4 2005/11/02 15:08:44 tv Exp $
#
DISTNAME= udptunnel-1.1
PKGREVISION= 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
INSTALLATION_DIRS= bin share/doc/html
post-install:
${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${PREFIX}/share/doc/html/
.include "../../mk/bsd.pkg.mk"
|