Remove LIBTOOL_OVERRIDE as default already works. Use INSTALLATION_DIRS to create include/editline. I don't know what NetBSD changes were done -- I didn't look. The change log for this distfile is: 2005-06-28 Jess Thrysoee * version-info: 0:9:0 * src/readline.c: getpwent_r is not POSIX, always use getpwent. Reported by Gerrit P. Haase. * src/Makefile.am: Added libtool -no-undefined. This is needed on Cygwin to get a shared editline library. Should not affect other platforms. Suggested by Gerrit P. Haase ... all: sync with upstream source. ... * src/readline.c, src/filecomplete.c: Solaris use POSIX draft versions of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'. Define HAVE_GETPW_R_POSIX if these functions are (non draft) POSIX compatible. Patch by Julien Torrès.
18 lines
455 B
Makefile
18 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/06/30 02:36:26 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libedit-20050628-2.9
|
|
PKGNAME= editline-20050628.2.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.thrysoee.dk/editline/
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.thrysoee.dk/editline/
|
|
COMMENT= NetBSD Editline library (libedit) for generic line editing
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS+= include/editline
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|