672bdc15bf
Changelog: 2014-06-20 Jess Thrysoee * version-info: 0:51:0 * all: sync with upstream source 2014-06-18 Jess Thrysoee * version-info: 0:50:0 * all: sync with upstream source - add weak alias patches 2014-06-18 Jess Thrysoee * version-info: 0:49:0 * all: sync with upstream source. 2014-02-13 Jess Thrysoee * version-info: 0:48:0 * all: sync with upstream source. * examples/fileman.c: Fix typo. Patch by Kamil Dudka. * Makefile.am, configure.ac: Add --enable-examples configure parameter. Make it possible to enable/disable building of the examples programs. Patch by James Le Cuirot.
26 lines
640 B
Makefile
26 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/07/02 13:57:18 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= libedit-20140620-3.1
|
|
PKGNAME= editline-3.1.20140620
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://thrysoee.dk/editline/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://www.thrysoee.dk/editline/
|
|
COMMENT= NetBSD Editline library (libedit) for generic line editing
|
|
LICENSE= modified-bsd
|
|
|
|
PKGCONFIG_OVERRIDE+= libedit.pc.in
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= automake autoreconf
|
|
CONFIGURE_ARGS+= --enable-widec
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf -fiv
|
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|