pkgsrc/devel/readline/Makefile
minskim f830222b1e Link the readline library against the library that has the termcap
functions.  This corrects dependency_libs defined in libreadline.la.

Bump PKGREVISION.
2006-03-02 00:24:55 +00:00

27 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.37 2006/03/02 00:24:55 minskim Exp $
#
DISTNAME= readline-5.1
PKGNAME= readline-5.1pl1
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=readline/}
PATCH_SITES= ${MASTER_SITE_GNU:=readline/readline-5.1-patches/}
PATCHFILES= readline51-001
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
BUILD_TARGET= all-libtool
INSTALL_TARGET= install-libtool
INFO_FILES= history.info readline.info rluserman.info
.include "../../mk/bsd.pkg.mk"