997711a696
ChangeLog: version 1.2.1 -> 1.3 : ---------------------- - Texmaker is now a pure QT4 program (qt >= 4.1 is required). The qt3 support library is no more required. The editor is now based on the qt4 QtextEdit object and the symbols icon view is an qt4 QTableWidget object. - For each file, three bookmarks can be used to speed up navigation. version 1.2 -> 1.2.1 : Bugs fixed --------------------------------- - Don't use anymore double-clic to open a file from the structure view (Qt-4.0.0 bug). A simple clic must be used now. - Don't use anymore / to separate commands (quick build and users commands) but | to avoid confusion with the directories separator. - A selected icon is no more highlighted (trouble on windows and macosx - the selected icon was masked). - Added the option '-line' for the application. New synopsis for texmaker : texmaker document.tex [-line xxx] Can be used for inverse search. Changes between 1.12 and 1.2: not documented (anymore).
20 lines
512 B
Makefile
20 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/02/27 14:46:18 ghen Exp $
|
|
|
|
DISTNAME= texmaker-1.3
|
|
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_LIBTOOL= yes
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && \
|
|
${QTDIR:Q}/bin/qmake -unix PREFIX=${PREFIX:Q} texmaker.pro
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|