summaryrefslogtreecommitdiff
path: root/graphics/tgif/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-10-17 12:47:19 +0000
committerdmcmahill <dmcmahill>2001-10-17 12:47:19 +0000
commite35c881ad9fa0fe9e0f4f099800d3452c841149e (patch)
treea7ab0af667155b4061098379619e976fcdaa0de0 /graphics/tgif/Makefile
parent307952840455525987aec4f1e562bcc8aec7267e (diff)
downloadpkgsrc-e35c881ad9fa0fe9e0f4f099800d3452c841149e.tar.gz
update to tgif-4.1.41.
Partial list of changes are: -fixes the bugs addressed by the patches in tgif-4.1.40nb3 -several other bug fixes. -Fix a bug with "on_resize=" attribute -Fix a bug with Tgif.DeleteCmdAsCut -Remove a redundant "a4" string in the generates PS file if A4 paper is requested -Add horizontal scroll for mouse wheel -Add a compiler option -D_DONT_REENCODE -Add ConvertToBezier in the Poly/Polygon submenu of the Edit Menu -Add a bunch of commands for adding tick marks to a poly/polygon/spline object. -New Tgif.tmpl-darwin file for Darwin/Mac OS X (with XFree86) -Update tgwb (the tgif-based whiteboard application) to use a new Reliable IP-multicast Library -Add a new X default, Tgif.UseXPmVersion1ForXPmDeck -Add new X defaults, Tgif.SlideShowWindowOffsets -Add the following new internal commands: edit_attr_in_text_mode(<attr_name>) for a more detailed list refer to the HISTORY file included with tgif.
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r--graphics/tgif/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index 24830834a2a..4589756b9e8 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2001/08/22 17:38:58 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2001/10/17 12:47:19 dmcmahill Exp $
#
-DISTNAME= tgif-4.1.40
-PKGNAME= tgif-4.1.40nb3
+DISTNAME= tgif-4.1.41
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \
ftp://ftp.cs.ucla.edu/pub/tgif/
@@ -18,5 +17,6 @@ post-patch::
@${RM} -f ${WRKSRC}/Tgif.tmpl
@${CP} ${WRKSRC}/Tgif.tmpl-netbsd ${WRKSRC}/Tgif.tmpl
+.include "../../devel/pth/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../mk/bsd.pkg.mk"