pkgsrc/lang/yabasic/Makefile
wen a691aec5ae Update to 2.767
Remove the patch which included in upstream source

Upstream changes:
2.767 (March 15, 2014)
Fixed a bug which caused yabasic under Windows to freeze on syntax errors
2.766 (March 15, 2014)
Fixed some bugs related with ncurses under linux
2.765 (January 30, 2014)
Added support for later versions of ncurses and 64 bit Systems
Avoided forks for inkey$ under Unix
Fixed a bug related with break and continue
2.764 (January 22, 2014)
  - Added support for later versions of ncurses and 64 bit Systems
  - Avoided forks for inkey$
2014-04-11 15:24:34 +00:00

29 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/04/11 15:24:34 wen Exp $
DISTNAME= yabasic-2.767
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"