pkgsrc/misc/rlwrap/Makefile
wiz 272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00

31 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/05/20 00:58:24 wiz Exp $
#
DISTNAME= rlwrap-0.30
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://utopia.knoware.nl/~hlub/uck/rlwrap/
COMMENT= Provides command line editing and history for other commands
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
BUILDLINK_API_DEPENDS.readline+=readline>=4.2
GNU_CONFIGURE= yes
.include "options.mk"
USE_GNU_READLINE= yes
USE_LANGUAGES= c
USE_TOOLS+= gmake
TEST_TARGET= check
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"