Convert to buildlink3.
This commit is contained in:
parent
ec27d4d1bb
commit
2ea0f36da1
1 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:43 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2004/05/12 03:32:30 snj Exp $
|
||||
|
||||
DISTNAME= ksi-3.4.1
|
||||
PKGREVISION= 1
|
||||
|
@ -9,17 +9,18 @@ MAINTAINER= tech-pkg@NetBSD.org
|
|||
HOMEPAGE= http://ksi.sourceforge.net/
|
||||
COMMENT= Portable, embeddable Scheme implementation written in C
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNU_READLINE= # uses rl_event_hook() interface
|
||||
CPPFLAGS+= -Dunix
|
||||
USE_NEW_TEXINFO= YES
|
||||
USE_MAKEINFO= YES
|
||||
GNU_CONFIGURE= yes
|
||||
INFO_FILES= ksi-lang.info ksi-lib.info ksi.info
|
||||
MAKE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
|
||||
USE_BUILDLINK3= yes
|
||||
USE_GNU_READLINE= # uses rl_event_hook() interface
|
||||
USE_LIBTOOL= yes
|
||||
USE_MAKEINFO= YES
|
||||
USE_NEW_TEXINFO= YES
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
||||
.include "../../devel/boehm-gc/buildlink2.mk"
|
||||
.include "../../devel/readline/buildlink2.mk"
|
||||
.include "../../devel/zlib/buildlink2.mk"
|
||||
.include "../../devel/boehm-gc/buildlink3.mk"
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue