pkgsrc-wip/dns2tcp/Makefile

18 lines
464 B
Makefile
Raw Normal View History

2009-04-19 22:18:52 +02:00
# $NetBSD: Makefile,v 1.3 2009/04/19 20:19:26 gschwarz Exp $
2008-11-08 22:16:10 +01:00
DISTNAME= dns2tcp-0.4.3
CATEGORIES= net
MASTER_SITES= http://www.hsc.fr/ressources/outils/dns2tcp/download/
MAINTAINER= schwarz@NetBSD.org
HOMEPAGE= http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en
COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS
2009-04-19 22:18:52 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
2008-11-08 22:16:10 +01:00
GNU_CONFIGURE= YES
2008-11-09 23:30:28 +01:00
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
2008-11-08 22:16:10 +01:00
.include "../../mk/bsd.pkg.mk"