summaryrefslogtreecommitdiff
path: root/editors/dasher/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-03-30 21:27:42 +0000
committerjmmv <jmmv>2006-03-30 21:27:42 +0000
commitccc456e38d93acbbdf89d0259814d503a243ee2f (patch)
treec907eae051eeb79d2fc71e458c0503067c29d144 /editors/dasher/Makefile
parent54f4fef91642f8b491645928f1bfd68d8b4537a5 (diff)
downloadpkgsrc-ccc456e38d93acbbdf89d0259814d503a243ee2f.tar.gz
Update to 4.0.0:
============= Dasher 4.0.0 ============= * Promoted to stable release ============= Dasher 3.99.5 ============= * New icon * Bugfixes in 'enter text into other windows' mode ============= Dasher 3.99.4 ============= * Fixed font behaviour in Windows * Fixed broken start/stop in dynamic button mode * Other minor bugfixes ============= Dasher 3.99.3 ============= * Bugfix to tarball ============= Dasher 3.99.2 ============= * Improved button mode support * Cairo support ported from 3.2 branch * Win32 should build from tarball again * Bugfixes ============= Dasher 3.99.1 ============= New 4.0.0 preview, highlights include: * (Partial) button mode support * Infinite back off * Improved symbol grouping in alphabets * New status bar, with 'favourite' alphabet selection ============= Dasher 3.99.0 ============= First preview of 4.0.0 - many changes and re-writes
Diffstat (limited to 'editors/dasher/Makefile')
-rw-r--r--editors/dasher/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index 24b392592aa..3c65bb97988 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2006/03/21 06:00:45 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2006/03/30 21:27:42 jmmv Exp $
#
-DISTNAME= dasher-3.2.18
-PKGREVISION= 5
+DISTNAME= dasher-4.0.0
CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/3.2/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/4.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -17,6 +16,13 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
USE_PKGLOCALEDIR= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+# Needed for ftime(3).
+LIBS+= -lcompat
+.endif
+
.include "../../audio/gnome-speech/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/at-spi/buildlink3.mk"
@@ -29,6 +35,7 @@ USE_PKGLOCALEDIR= yes
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"