summaryrefslogtreecommitdiff
path: root/net/dlint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dlint/Makefile')
-rw-r--r--net/dlint/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
new file mode 100644
index 00000000000..bab0af1fdb9
--- /dev/null
+++ b/net/dlint/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/06 20:24:36 hubertf Exp $
+#
+
+DISTNAME= dlint1.3.2
+PKGNAME= dlint-1.3.2
+CATEGORIES= net
+MASTER_SITES= http://www.domtools.com/pub/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.domtools.com/dns/
+
+USE_PERL5= YES
+NO_BUILD= YES
+
+do-configure:
+ cd ${WRKSRC} ; \
+ ${MV} digparse digparse.BAK ; \
+ ${SED} \
+ -e '/usr.bin.perl/s|/usr|${PREFIX}|g' \
+ <digparse.BAK >digparse ; \
+ ${MV} dlint dlint.BAK ; \
+ ${SED} \
+ -e 's|/usr/local|${PREFIX}|g' \
+ <dlint.BAK >dlint
+
+.include "../../mk/bsd.pkg.mk"