28 lines
622 B
Makefile
28 lines
622 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2007/08/24 09:54:31 heinz Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= rlwrap-0.28
|
||
|
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
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
BUILDLINK_API_DEPENDS.readline+=readline>=4.2
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
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"
|