pkgsrc/lang/yabasic/Makefile
wen 1e32f11c3a Update to 2.769
Upstream changes:
Version 2.769, July 4, 2015

Fixing two bugs under Windows:

    print color under windows handles single argument correctly
    cpu extension sse2 is no longer required, so yabasic should run again on older hardware

Version 2.768, May 25, 2014

Fixing some bugs under Windows and Linux:

    Core dump e.g. under Linux mint related with grafics
    Problems with embedded newlines within the Windows console
    Keys pressed within grafic window are not always reported to inkey$ (Windows-Version)
    Spurios problems with colors under Windows and linux (reported but not fixed yet)
2015-10-04 13:21:49 +00:00

29 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.19 2015/10/04 13:21:49 wen Exp $
DISTNAME= yabasic-2.769
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"