aboutsummaryrefslogtreecommitdiff
path: root/dns/adns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/adns/Makefile')
-rw-r--r--dns/adns/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile
deleted file mode 100644
index df906fd019c9..000000000000
--- a/dns/adns/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-
-post-install:
- strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
-
-.include <bsd.port.mk>