e85877b913
Changes in this version are mostly bugfixes; some new functionality has been added as well. For an exhaustive list of changes, please look at the CHANGES file included in the distribution.
22 lines
534 B
Makefile
22 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.22 2002/12/07 17:39:47 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= readline-4.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=readline/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/readline/
|
|
COMMENT= GNU library that can recall and edit previous input
|
|
|
|
USE_BUILDLINK2= # defined
|
|
GNU_CONFIGURE= # defined
|
|
USE_LIBTOOL= # defined
|
|
|
|
ALL_TARGET= all-la
|
|
INSTALL_TARGET= install-la
|
|
|
|
INFO_FILES= readline.info history.info rluserman.info
|
|
|
|
.include "../../mk/texinfo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|