diff options
Diffstat (limited to 'net/dtcpclient/Makefile')
-rw-r--r-- | net/dtcpclient/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile new file mode 100644 index 00000000000..e91776c343e --- /dev/null +++ b/net/dtcpclient/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/23 05:07:43 hamajima Exp $ +# + +DISTNAME= dtcpclient-20040923 +CATEGORIES= net +MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \ + http://home.jp.FreeBSD.org/~ume/ipv6/ + +MAINTAINER= hamajima@NetBSD.org +HOMEPAGE= http://www.imasy.or.jp/~ume/dtcp/ +COMMENT= Dynamic Tunnel Configuration Protocol client + +RCD_SCRIPTS= dtcpclient +USE_PKGINSTALL= YES + +SUBST_CLASSES+= paths +SUBST_MESSAGE.paths= "Fixing hardcoded paths." +SUBST_STAGE.paths= post-patch +SUBST_FILES.paths= dtcpclient.8 +SUBST_SED.paths= 's|/usr/local|${PREFIX}|g' + +.include "../../mk/bsd.pkg.mk" |