freebsd-ports/math/qtoctave/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

25 lines
640 B
Makefile

# $FreeBSD$
PORTNAME= qtoctave
PORTVERSION= 0.10.1
PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= http://forja.rediris.es/frs/download.php/2054/
MAINTAINER= makc@FreeBSD.org
COMMENT= Qt 4 frontend for Octave
RUN_DEPENDS= octave:${PORTSDIR}/math/octave
USE_QT4= designer gui network script svg xml \
qmake_build moc_build rcc_build uic_build \
linguist_build
USES= cmake
CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off
post-patch:
${REINPLACE_CMD} -e '/COMMAND "lrelease"/s,lrelease,$${QT_LRELEASE_EXECUTABLE},' \
${WRKSRC}/qtoctave/src/CMakeLists.txt
${RM} ${WRKSRC}/qtoctave/src/scripts_octave/qtinfo.m.orig
.include <bsd.port.mk>