aboutsummaryrefslogtreecommitdiff
path: root/editors/texmaker/Makefile
blob: 38dc53840fb4435187234dd1bf278b779ff2d341 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: ijliao

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>