freebsd-ports/math/qtoctave/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
633 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:math/octave
USE_QT4= designer gui network script svg xml \
qmake_build moc_build rcc_build uic_build \
linguisttools_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>