ad6cb11b6d
Remove wip from CATEGORIES, and guess category if wip was the only one specified.
18 lines
484 B
Makefile
18 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/11/02 18:00:25 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= PingTunnel-0.60
|
|
PKGNAME= ptunnel-0.60
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.cs.uit.no/~daniels/PingTunnel/ \
|
|
http://dag.wieers.com/packages/ptunnel/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.cs.uit.no/~daniels/PingTunnel/
|
|
COMMENT= TCP tunnel over ICMP
|
|
|
|
WRKSRC= ${WRKDIR}/PingTunnel
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|