Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
29 lines
699 B
Makefile
29 lines
699 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= texmaker
|
|
PORTVERSION= 5.0.3
|
|
PORTREVISION= 4
|
|
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>
|