summaryrefslogtreecommitdiff
path: root/devel/readline/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-14 06:16:49 +0000
committerjlam <jlam>2004-11-14 06:16:49 +0000
commite0572dfa27985176880e8c16641d2fbb46a44c2d (patch)
tree12575a34c9e2267d63cb5d70678dff470cce6ffd /devel/readline/Makefile
parent85c1817f43ee4057d1ccb4d7697109029275a192 (diff)
downloadpkgsrc-e0572dfa27985176880e8c16641d2fbb46a44c2d.tar.gz
Update devel/readline to 5.0. Changes from version 4.3 include:
* Improved compatibility with BSD csh modifiers. * Improved vi editing mode. * History files include timestamp information.
Diffstat (limited to 'devel/readline/Makefile')
-rw-r--r--devel/readline/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
index 9577718e7b3..66498d68a2a 100644
--- a/devel/readline/Makefile
+++ b/devel/readline/Makefile
@@ -1,16 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2004/10/03 00:13:33 tv Exp $
+# $NetBSD: Makefile,v 1.33 2004/11/14 06:16:49 jlam Exp $
#
-DISTNAME= readline-4.3
-PKGNAME= ${DISTNAME}pl5
-PKGREVISION= 2
+DISTNAME= readline-5.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=readline/}
-PATCH_SITES= ${MASTER_SITES:=${DISTNAME}-patches/}
-PATCHFILES= readline43-001 readline43-002 readline43-003 readline43-004 \
- readline43-005
-
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
COMMENT= GNU library that can recall and edit previous input
@@ -18,12 +12,12 @@ COMMENT= GNU library that can recall and edit previous input
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
-GNU_CONFIGURE= # defined
-USE_LIBTOOL= # defined
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
-ALL_TARGET= all-la
-INSTALL_TARGET= install-la
+ALL_TARGET= all-libtool
+INSTALL_TARGET= install-libtool
-INFO_FILES= readline.info history.info rluserman.info
+INFO_FILES= history.info readline.info rluserman.info
.include "../../mk/bsd.pkg.mk"