freebsd-ports/lang/basic256/Makefile
Wen Heping 5fc33229f8 BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.

It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.

WWW: http://http://www.basic256.org

PR:		ports/160367
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
2011-10-11 06:50:56 +00:00

38 lines
965 B
Makefile

# New ports collection makefile for: BASIC256
# Date created: Aug 17 2011
# Whom: Fernando Apesteguia <fernando.apesteguia@gmail.com>
#
# $FreeBSD$
PORTNAME= basic256
PORTVERSION= 0.9.6.66
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kidbasic/basic256
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= An easy to use BASIC language and IDE for education
BUILD_DEPENDS= espeak:${PORTSDIR}/audio/espeak
BUILD_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS+= qmake-qt4:${PORTSDIR}/devel/qmake4
WRKSRC= ${WRKDIR}
USE_SDL= sdl mixer
USE_QT_VER= 4
QT_COMPONENTS= corelib gui network xml webkit moc_build qmake_build rcc_build uic_build
USE_DOS2UNIX= yes
HAS_CONFIGURE= yes
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro
.include <bsd.port.mk>