mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
63eef36fd6
nslookups in a non-blocking manner. The adns distribution also comes with some utilities similar to dig, host, nslookup, etc. The port that I'm importing rips out the ${PORTOBJFORMAT} checking and also trims the extra stuff in pkg/DESCR, which the original submission contained. PR: 17510 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> Reviewed by: billf, mharo
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# New ports collection makefile for: adns
|
|
# Version required: 0.7
|
|
# Date created: Mon Mar 3, 2000
|
|
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= adns-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>
|