eaf13d7029
New in 1.7: - New search widget - Spell checking is now based on hunspell and uses OpenOffice.org dictionaries. - New LaTeX log errors detection - Indentation "memory" - Code completion New in 1.7.1: - no more crash with the "Previous LaTeX error" command and the syntax highlighting - the "find" command starts at cursor and not at the beginning of the document New in 1.8: - texmaker can now be only started once per user : inverse search will no more launch a new instance of texmaker - the spell checker is now based on hunspell-1.2.4 - the latex errors detection has been improved - the background color of the selected symbol is now always the same (to be sure that the symbol is always visible) - parentheses matching is back - "\end{...}" is now added automatically after "\begin{...}" while using autocompletion
21 lines
549 B
Makefile
21 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/12/03 08:26:15 ghen Exp $
|
|
|
|
DISTNAME= texmaker-1.8
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.xm1math.net/texmaker/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ghen@NetBSD.org
|
|
HOMEPAGE= http://www.xm1math.net/texmaker/
|
|
COMMENT= LaTeX editor and front end
|
|
|
|
USE_LANGUAGES= c++
|
|
USE_LIBTOOL= yes
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && env ${CONFIGURE_ENV} \
|
|
${QTDIR}/bin/qmake -unix PREFIX=${PREFIX} texmaker.pro
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|