1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Set QTMAKESPEC and fix the build

PR:		61018 61111
Submitted by:	Kay Lehmann <kay_lehmann@web.de>, Ulrich Spoerlein <q@uni.de>
This commit is contained in:
Kirill Ponomarev 2004-01-09 09:16:33 +00:00
parent 9c9dea7192
commit 3eafc51a8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97756

View File

@ -15,12 +15,15 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX Development Environment
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_BZIP2= yes
USE_QT_VER= 3
do-build:
@cd ${WRKSRC} && \
qmake -makefile -unix "LIBS+=-lm -lqt-mt" texmaker.pro && \
qmake -makefile -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
-unix "LIBS+=-lm -lqt-mt" texmaker.pro && \
${SETENV} QTDIR=${X11BASE} make
do-install: