blob: 2e5e4f4164a719cd5c664b8d74ea190a63c38593 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: h2n
# Version required: 1.29
# Date created: 27 Nov 1997
# Whom: SADA Kenji <sada@FreeBSD.org>
#
# $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>
|