freebsd-ports/editors/texmaker/Makefile

30 lines
699 B
Makefile
Raw Normal View History

2012-11-01 19:55:52 +01:00
# Created by: ijliao
PORTNAME= texmaker
PORTVERSION= 5.0.3
PORTREVISION= 4
PORTEPOCH= 3
CATEGORIES= editors
2007-02-05 22:01:55 +01:00
MASTER_SITES= http://www.xm1math.net/texmaker/
2017-01-01 04:52:09 +01:00
MAINTAINER= hrs@FreeBSD.org
COMMENT= LaTeX Development Environment
LICENSE= GPLv2+
2017-01-01 04:52:09 +01:00
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
2010-02-22 12:17:53 +01:00
.include <bsd.port.mk>