summaryrefslogtreecommitdiff
path: root/editors/kile/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2003-07-30 15:27:10 +0000
committermarkd <markd>2003-07-30 15:27:10 +0000
commit3382c24b7bad377ea31b391a40f67354fa6a16d7 (patch)
treef74b5018744292c5074eadbc5c61764120db6fe3 /editors/kile/Makefile
parentea81b1cefe03c960c5dc0ddb8c27d0d2778b9c39 (diff)
downloadpkgsrc-3382c24b7bad377ea31b391a40f67354fa6a16d7.tar.gz
Update kile to 1.5.2 (seems 1.32 was actually 1.3.2).
Changes 1.5 - 1.5.2: user can define an arbitrary number of user tools/tags autosave (optional) user can stop running processes (for example latex) better syntax highlighting (deals with \verb and verbatim environment) summary of compilation results after running LaTeX support for templates improved error handling many small improvements in the interface fixed spell checking bugs many other small bugfixes Changes 1.32 - 1.5: Unknown.
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r--editors/kile/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index 06c60411698..c33102b3d28 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:34:34 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/07/30 15:27:10 markd Exp $
-DISTNAME= kile-1.32
-PKGREVISION= 2
+DISTNAME= kile-1.5.2
CATEGORIES= editors kde
-MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/kile/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
MAINTAINER= markd@NetBSD.org
-HOMEPAGE= http://perso.club-internet.fr/pascal.brachet/kile/index.html
+HOMEPAGE= http://kile.sourceforge.net
COMMENT= LaTeX source editor - TeX shell - Gnuplot front end
USE_BUILDLINK2= yes
@@ -14,6 +13,6 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
.include "../../graphics/kdegraphics3/buildlink2.mk"
-.include "../../x11/kde3/buildlink2.mk"
+.include "../../meta-pkgs/kde3/buildlink2.mk"
.include "../../x11/kdelibs3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"