1998-12-24 19:52:39 +01:00
|
|
|
# New ports collection makefile for: h2n
|
|
|
|
# Date created: 27 Nov 1997
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: SADA Kenji <sada@FreeBSD.org>
|
1998-12-24 19:52:39 +01:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1998-12-24 19:52:39 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= h2n
|
|
|
|
PORTVERSION= 1.29
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns
|
2003-11-03 23:15:52 +01:00
|
|
|
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/
|
2000-04-09 20:14:07 +02:00
|
|
|
DISTNAME= dns
|
1998-12-24 19:52:39 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2005-04-03 23:30:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Translate host table to name server file format
|
1998-12-24 19:52:39 +01:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
NO_WRKSUBDIR= YES
|
|
|
|
RESTRICTED= "Never get an approval yet."
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|