c3cfa510e0
Upstream changes: Version 2.78.3, January 21, 2018 Fixed a up to 4-times performance penalty, that has been introduced in a previous version Brought back "Edit" to the windows context menu Version 2.78.2, August 27, 2017 The ran()-function is now guaranteed to return 2**30 different values Version 2.78.1, August 13, 2017 No more dump when using color without window open Processing of yabasic.xml finds hellip-entity Version 2.78.0, January 21, 2017 Allowed for numeric argument after break Fixed format of manpage (unix) Reworked the switch-statement, added tests
29 lines
741 B
Makefile
29 lines
741 B
Makefile
# $NetBSD: Makefile,v 1.21 2018/02/02 04:14:30 wen Exp $
|
|
|
|
DISTNAME= yabasic-2.78.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.yabasic.de/download/
|
|
|
|
MAINTAINER= david@silicium.ath.cx
|
|
HOMEPAGE= http://www.yabasic.de/
|
|
COMMENT= Yet another Basic for Unix and Windows
|
|
LICENSE= artistic OR gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_NCURSES= YES
|
|
|
|
INSTALLATION_DIRS+= share/doc/html/yabasic
|
|
|
|
TEST_TARGET= check
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/yabasic.htm \
|
|
${DESTDIR}${PREFIX}/share/doc/html/yabasic
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|