version 1.31 -> 1.32 : - the user can set the encoding character of the file with a combo box included in the Kile file selector. - two color schemes are available for the editor (Black on White/White on Black) - improved the "Multiple Function" dialog of the "Gnuplot frontend" version 1.3 -> 1.31 : - new dialog box for the "ref" and "pageref" tags (the user can select one of the existing labels) - the "--unique" option is now used for the "Kdvi Forward Search" command - the bug about the "report" class in the "Quick Start" wizard has been fixed - the GnuPlot front end code has been cleaned (only QString are used instead of string) Also update HOMEPAGE and MASTER_SITES.
18 lines
563 B
Makefile
18 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/01/29 03:40:55 markd Exp $
|
|
|
|
DISTNAME= kile-1.32
|
|
CATEGORIES= editors kde
|
|
MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/kile/
|
|
|
|
MAINTAINER= markd@netbsd.org
|
|
HOMEPAGE= http://perso.club-internet.fr/pascal.brachet/kile/index.html
|
|
COMMENT= LaTeX source editor - TeX shell - Gnuplot front end
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../graphics/kdegraphics3/buildlink2.mk"
|
|
.include "../../x11/kde3/buildlink2.mk"
|
|
.include "../../x11/kdelibs3/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|