freebsd-ports/lang/basic256/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

29 lines
723 B
Makefile

PORTNAME= basic256
PORTVERSION= 2.0.0.11
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= SF/kidbasic/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= fernape@FreeBSD.org
COMMENT= Easy to use BASIC language and IDE for education
LICENSE= GPLv2
BUILD_DEPENDS= espeak:audio/espeak \
sqlite3:databases/sqlite3 \
flex:textproc/flex
USES= bison compiler:c++11-lib dos2unix gl qmake qt:5 sdl
DOS2UNIX_FILES= BASIC256.pro Interpreter.cpp
USE_GL+= gl
USE_QT= buildtools core gui multimedia network printsupport sql widgets serialport
USE_SDL= sdl mixer
QMAKE_ARGS+= LOCALBASE="${LOCALBASE}"
QMAKE_SOURCE_PATH= BASIC256.pro
MAKE_JOBS_UNSAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>