summaryrefslogtreecommitdiff
path: root/textproc/qsubst/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb>2001-04-22 05:55:05 +0000
committersimonb <simonb>2001-04-22 05:55:05 +0000
commit6da61825d2391f3884df8fdc1fd266ce9de8fbe0 (patch)
tree0fe6d00ea07e5f2496bf953ea450891a9ffc4c77 /textproc/qsubst/Makefile
parent827575a263ef785560f247c4818749d88357ed60 (diff)
downloadpkgsrc-6da61825d2391f3884df8fdc1fd266ce9de8fbe0.tar.gz
Add a package of der Mouse's qsubst program.
Diffstat (limited to 'textproc/qsubst/Makefile')
-rw-r--r--textproc/qsubst/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile
new file mode 100644
index 00000000000..a953f6d8a7b
--- /dev/null
+++ b/textproc/qsubst/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $
+#
+
+DISTNAME= qsubst-20010422
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= query-replace strings in files
+
+WRKSRC= ${WRKDIR}/qsubst
+
+.include "../../mk/bsd.pkg.mk"