aboutsummaryrefslogtreecommitdiff
path: root/dns/walker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/walker/Makefile')
-rw-r--r--dns/walker/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/dns/walker/Makefile b/dns/walker/Makefile
deleted file mode 100644
index 1ff5dd7f1788..000000000000
--- a/dns/walker/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: walker
-# Date created: May 30, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= walker
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= http://josefsson.org/walker/
-
-MAINTAINER= ports@FreeBSD.org
-
-RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/net/bind9
-
-USE_REINPLACE= yes
-NO_BUILD= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's,`dig,`${LOCALBASE}/bin/dig,g' ${WRKSRC}/walker
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/walker
- ${INSTALL_DATA} ${WRKSRC}/walker.html ${PREFIX}/share/doc/walker
-.endif
-
-.include <bsd.port.mk>