summaryrefslogtreecommitdiff
path: root/dns/domtools/Makefile
blob: 5a7f14988f2c5b35cce046438c130e26f5199f61 (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
# New ports collection makefile for:	domtools
# Version required:			1.4.0
# Date created:				12 Jun 1999
# Whom:					alexp
#
# $Id: Makefile,v 1.1.1.1 1999/06/12 04:45:52 jmg Exp $
#

DISTNAME=       domtools1.4.0
PKGNAME= 	domtools-1.4.0
CATEGORIES=     net
MASTER_SITES=   http://www.domtools.com/pub/

MAINTAINER=     veers@disturbed.net

WRKSRC=		${WRKDIR}/domtools1.4.0/

USE_PERL5= 	YES

NO_BUILD=	YES

post-install:
	${MKDIR} ${PREFIX}/domtools/lib/zonecache

.include <bsd.port.mk>