blob: 556c75402b05e946267620aab3aab6c8cc8593a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.6 2006/10/04 21:53:18 wiz Exp $
#
DISTNAME= udptunnel-1.1
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www1.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"
|