summaryrefslogtreecommitdiff
path: root/devel/readline/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-03-08 01:40:39 +0000
committeragc <agc@pkgsrc.org>1998-03-08 01:40:39 +0000
commit528bc18ca5066c1e2803ed81ea8f40531083f80c (patch)
treef8b0b7c6404621605319f47e281efff45afc8dfa /devel/readline/Makefile
parentcf51a41ceb6ade10a66d4fd1a24e017e8458e689 (diff)
downloadpkgsrc-528bc18ca5066c1e2803ed81ea8f40531083f80c.tar.gz
Initial import of the GNU readline library (version 2.1) into the
NetBSD packages collection. This is because some other packages play dirty and muck about with the internals of the readline structures, so our libedit-based emulation won't suffice for that. A pity.
Diffstat (limited to 'devel/readline/Makefile')
-rw-r--r--devel/readline/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
new file mode 100644
index 00000000000..a93c9a0991a
--- /dev/null
+++ b/devel/readline/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: readline
+# Version required: 2.1
+# Date created: Fri Mar 6 19:07:28 GMT 1998
+# Whom: Alistair Crooks (agc@netbsd.org)
+#
+# $NetBSD: Makefile,v 1.1 1998/03/08 01:40:39 agc Exp $
+#
+
+DISTNAME= readline-2.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+
+GNU_CONFIGURE= yes
+
+MAN3= readline.3
+
+post-install:
+ @install-info ${PREFIX}/info/readline.info ${PREFIX}/info/dir
+
+.include <bsd.port.mk>