blob: b6c359ccd811074d981eee80d6c12e217991701a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $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"
|