aboutsummaryrefslogtreecommitdiffstats
path: root/dns/adns/Makefile
blob: 09fb109d31cdd3a7ffb238a750d1de978c29fe0a (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
# New ports collection makefile for:    adns
# Date created:         Mon Mar 3, 2000
# Whom:             Kostya Lukin <lukin@okbmei.msk.su>
#
# $FreeBSD$
#

PORTNAME=   adns    
PORTVERSION=    0.7 
CATEGORIES=     net
MASTER_SITES=   ${MASTER_SITE_GNU} \
        ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
MASTER_SITE_SUBDIR= adns

MAINTAINER= lukin@okbmei.msk.su

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

post-install:
    strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost

.include <bsd.port.mk>