mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
bd4ce09326
- Update to 4.4.1 - Add explicit PORTREVISION, hopefully people won't mistakenly bump PORTEPOCH anymore
37 lines
949 B
Makefile
37 lines
949 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= texmaker
|
|
PORTVERSION= 4.4.1
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.xm1math.net/texmaker/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= LaTeX Development Environment
|
|
|
|
LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler
|
|
|
|
USES= desktop-file-utils pkgconfig qmake tar:bzip2
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
_USE_QT4= gui network xml webkit \
|
|
moc_build rcc_build uic_build
|
|
_USE_QT5= concurrent network printsupport script webkit widgets \
|
|
xml buildtools_build
|
|
USE_TEX= latex dvipsk
|
|
QMAKE_ARGS= ICONDIR=${PREFIX}/share/pixmaps \
|
|
DESKTOPDIR=${DESKTOPDIR}
|
|
|
|
OPTIONS_SINGLE= TOOLKIT
|
|
OPTIONS_SINGLE_TOOLKIT= QT4 QT5
|
|
OPTIONS_DEFAULT= QT5
|
|
|
|
TOOLKIT_DESC= Qt toolkit
|
|
QT4_USE= ${_USE_QT4:S/^/QT4=/}
|
|
QT4_LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4
|
|
QT5_USE= ${_USE_QT5:S/^/QT5=/}
|
|
QT5_LIB_DEPENDS= libpoppler-qt5.so:${PORTSDIR}/graphics/poppler-qt5
|
|
|
|
.include <bsd.port.mk>
|