pkgsrc/devel/editline/Makefile
ryoon d318d8c8bf Update to 3.1.20150325
Changelog:
2015-03-25 Jess Thrysoee

   * version-info: 0:53:0

   * all: sync with upstream source

2014-10-30 Jess Thrysoee

   * version-info: 0:52:0

   * all: sync with upstream source

   * configura.ac: Fix posix shell portability issue. Patch by Ryo Onodera.
2015-05-07 14:07:49 +00:00

31 lines
786 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/05/07 14:07:49 ryoon Exp $
#
DISTNAME= libedit-20150325-3.1
PKGNAME= editline-3.1.20150325
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
.include "../../mk/bsd.prefs.mk"
pre-configure:
.if ${OPSYS} == "SunOS" && !exists(/usr/include/err.h)
${CP} ${FILESDIR}/err.h ${BUILDLINK_DIR}/include
.endif
cd ${WRKSRC} && autoreconf -fiv
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"