as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
32 lines
773 B
Makefile
32 lines
773 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= basic256
|
|
PORTVERSION= 1.1.4.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= SF/kidbasic/${PORTNAME}
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USES= bison compiler:c++11-lang dos2unix qmake qt:5
|
|
USE_SDL= sdl mixer
|
|
USE_QT= buildtools core gui multimedia network printsupport sql widgets serialport
|
|
QMAKE_ARGS+= LOCALBASE="${LOCALBASE}"
|
|
QMAKE_SOURCE_PATH= BASIC256.pro
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro
|
|
|
|
.include <bsd.port.mk>
|