summaryrefslogtreecommitdiff
path: root/textproc/nbsed/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-08-18 17:34:54 +0000
committeragc <agc@pkgsrc.org>2003-08-18 17:34:54 +0000
commit7825056ec8ef54d6b1ccca2b94cc9cb278cb05c1 (patch)
treeb30bd55bb9b03698ca2f868435e9b82470e0a885 /textproc/nbsed/Makefile
parente39670cde9f6c5bd479f2789c46359e0669a0686 (diff)
downloadpkgsrc-7825056ec8ef54d6b1ccca2b94cc9cb278cb05c1.tar.gz
Initial import of an autoconf-ed version of NetBSD's sed(1).
Diffstat (limited to 'textproc/nbsed/Makefile')
-rw-r--r--textproc/nbsed/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile
new file mode 100644
index 00000000000..f319f5a47e6
--- /dev/null
+++ b/textproc/nbsed/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/18 17:34:54 agc Exp $
+
+DISTNAME= nbsed-20030818
+CATEGORIES= textproc pkgtools
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.NetBSD.org/
+COMMENT= NetBSD-current's sed(1)
+
+NO_CHECKSUM= # defined
+
+GNU_CONFIGURE= # defined
+
+post-extract:
+ cd ${FILESDIR} && ${PAX} -rwpe . ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"