update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / editline / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=               libedit-20080712-2.11
5 PKGNAME=                editline-2.11
6 CATEGORIES=             devel
7 MASTER_SITES=           http://www.thrysoee.dk/editline/
8
9 MAINTAINER=             reed@reedmedia.net
10 HOMEPAGE=               http://www.thrysoee.dk/editline/
11 COMMENT=                NetBSD Editline library (libedit) for generic line editing
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_LIBTOOL=            yes
16 GNU_CONFIGURE=          yes
17 USE_LANGUAGES=          c c++
18 USE_TOOLS+=                     automake
19
20 pre-configure:
21         cd ${WRKSRC} && autoreconf
22
23 .include "../../mk/curses.buildlink3.mk"
24 .include "../../mk/bsd.pkg.mk"