freebsd-ports/math/qtoctave/Makefile
Raphael Kubo da Costa 366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00

25 lines
634 B
Makefile

# $FreeBSD$
PORTNAME= qtoctave
PORTVERSION= 0.10.1
PORTREVISION= 3
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_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>