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:
parent
9c9dea7192
commit
3eafc51a8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97756
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user