1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/dns/h2n/Makefile

27 lines
601 B
Makefile
Raw Normal View History

# New ports collection makefile for: h2n
# Version required: 1.29
# Date created: 27 Nov 1997
# Whom: SADA Kenji <sada@FreeBSD.org>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
DISTNAME= dns
PKGNAME= h2n-1.29
CATEGORIES= net
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \
ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/
EXTRACT_SUFX= .tar.Z
MAINTAINER= sada@FreeBSD.org
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>