From 528bc18ca5066c1e2803ed81ea8f40531083f80c Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 8 Mar 1998 01:40:39 +0000 Subject: 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. --- devel/readline/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 devel/readline/Makefile (limited to 'devel/readline/Makefile') 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 -- cgit v1.2.3