mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
26 lines
639 B
Makefile
26 lines
639 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qtoctave
|
|
PORTVERSION= 0.10.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://forja.rediris.es/frs/download.php/2054/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Qt 4 frontend for Octave
|
|
|
|
RUN_DEPENDS= octave:math/octave
|
|
|
|
USE_QT= designer gui network script svg xml \
|
|
qmake_build moc_build rcc_build uic_build \
|
|
linguisttools_build
|
|
USES= cmake qt:4
|
|
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>
|