mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
0ee39c1b52
Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit)
31 lines
711 B
Makefile
31 lines
711 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= texmaker
|
|
PORTVERSION= 5.0.3
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.xm1math.net/texmaker/
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= LaTeX Development Environment
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils ghostscript:x11,run \
|
|
gl pkgconfig qmake qt:5 tar:bzip2
|
|
USE_GL= gl
|
|
USE_QT= concurrent core gui network printsupport script widgets \
|
|
xml buildtools_build
|
|
USE_TEX= latex dvipsk
|
|
|
|
EXTRACT_AFTER_ARGS= --exclude hunspell
|
|
QMAKE_ARGS= ICONDIR=${PREFIX}/share/pixmaps \
|
|
DESKTOPDIR=${DESKTOPDIR} \
|
|
METAINFODIR=${PREFIX}/share/metainfo
|
|
|
|
.include <bsd.port.mk>
|