1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/lang/basic256/Makefile
Guido Falsi f3f9d75be8 - Update to to 0.6.69
- Whitespace fix

PR:		ports/170504
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees (mentor)
2012-08-10 12:28:23 +00:00

37 lines
944 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.69a
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_QT4= 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>