pkgsrc/devel/readline/Makefile
chopps fae967583f pull in fix from readline git repo (will be in 6.3) for vi mode and the
'cc', 'dd', 'yy' commands. Also correctly build examples for testing.
2014-01-12 13:30:25 +00:00

25 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.55 2014/01/12 13:30:25 chopps Exp $
READLINE_VERSION= 6.2
DISTNAME= readline-${READLINE_VERSION}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=readline/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
COMMENT= GNU library that can recall and edit previous input
LICENSE= gnu-gpl-v3
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INFO_FILES= yes
BUILD_TARGET= all-libtool examples
INSTALL_TARGET= install-libtool
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"