diff options
author | rh <rh> | 2004-04-10 23:46:55 +0000 |
---|---|---|
committer | rh <rh> | 2004-04-10 23:46:55 +0000 |
commit | 87a523652a0be51736b99b5f40420e9d66e8b66f (patch) | |
tree | 6f0dd857992887caa73aa683a02f6caf8d257d79 /x11/gnustep-back/Makefile | |
parent | c2b2c48c36e084df5efb07a3421a133d5ed14227 (diff) | |
download | pkgsrc-87a523652a0be51736b99b5f40420e9d66e8b66f.tar.gz |
Update gnustep-back to 0.9.2.
Noteworthy changes in version `0.9.2'
=====================================
* Art backend added support for grayscale, one-isblack colorspaces.
* Windows pasteboard interaction handling added.
* Better focus handling on Windows.
* Better font and draw handling on Windows.
Noteworthy changes in version `0.9.1'
=====================================
Color on 8 bit displays works correctly now. WindowMaker properties
are always set now in case another manager is emulating WindowMaker
styles.
Diffstat (limited to 'x11/gnustep-back/Makefile')
-rw-r--r-- | x11/gnustep-back/Makefile | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile index 0318e16d82b..e575e4a0aca 100644 --- a/x11/gnustep-back/Makefile +++ b/x11/gnustep-back/Makefile @@ -1,27 +1,21 @@ -# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:59 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/10 23:46:55 rh Exp $ # -DISTNAME= gnustep-back-0.9.0 -PKGREVISION= 3 +DISTNAME= gnustep-back-0.9.2 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ -COMMENT= AppKit backend for GNUstep +COMMENT= X11 AppKit backend for GNUstep -USE_BUILDLINK2= YES -USE_GNU_TOOLS+= make -USE_X11= YES -MAKEFILE= GNUmakefile -GNU_CONFIGURE= YES -GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep +USE_BUILDLINK3= yes +USE_X11= yes CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep -#LDFLAGS+= ${LIBOSSAUDIO} -.include "../../graphics/libart2/buildlink2.mk" -.include "../../x11/gnustep-gui/buildlink2.mk" -.include "../../mk/ossaudio.buildlink2.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../graphics/libart2/buildlink3.mk" +.include "../../x11/gnustep-gui/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |