Upstream changes: Version 2.78.5, April 3, 2018 Within a bound yabasic-programs the name is correctly set (as returned by peeking "program_name") Introduced new string-peeks "program_name" and "program_file_name" Bugfixes regarding bound programs and libraries Version 2.78.4, March 2118, 2018 Fixed a problem with bound yabasic-programs, that include more than three libraries Introduced new peek "secondsrunning"
29 lines
742 B
Makefile
29 lines
742 B
Makefile
# $NetBSD: Makefile,v 1.22 2018/04/04 14:18:32 wen Exp $
|
|
|
|
DISTNAME= yabasic-2.78.5
|
|
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"
|