fae967583f
'cc', 'dd', 'yy' commands. Also correctly build examples for testing.
25 lines
637 B
Makefile
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"
|