1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/dns/h2n/Makefile
Edwin Groothuis fa1ac61168 Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 04:54:37 +00:00

28 lines
647 B
Makefile

# New ports collection makefile for: h2n
# Date created: 27 Nov 1997
# Whom: SADA Kenji <sada@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= h2n
PORTVERSION= 1.29
CATEGORIES= dns
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \
ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/
DISTNAME= dns
EXTRACT_SUFX= .tar.Z
MAINTAINER= sada@FreeBSD.org
COMMENT= Translate host table to name server file format
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>