2011-01-13 14:36:05 +01:00
|
|
|
# $NetBSD: Makefile,v 1.47 2011/01/13 13:39:45 wiz Exp $
|
2002-09-27 17:24:35 +02:00
|
|
|
|
2009-04-13 14:19:14 +02:00
|
|
|
DISTNAME= gnustep-gui-0.16.0
|
2011-01-13 14:36:05 +01:00
|
|
|
PKGREVISION= 4
|
2002-09-27 17:24:35 +02:00
|
|
|
CATEGORIES= x11 gnustep
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= rh@NetBSD.org
|
2002-09-27 17:24:35 +02:00
|
|
|
HOMEPAGE= http://www.gnustep.org/
|
|
|
|
COMMENT= GNUstep AppKit Implementation
|
2009-05-19 10:59:00 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2002-09-27 17:24:35 +02:00
|
|
|
|
2009-04-13 14:19:14 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
Changes 0.12.0:
* Lots of improvements to the NSBitmapImage subclasses.
* GSTheme and other classes were added to improve support of theming.
* Added new methods from Mac OS X 10.4 for NSControl, NSResponder,
NSDocument, NSPrintOperation, NSWindowController, NSCell,
NSMenuItem, NSView. Some ivar names were changed also.
* Added new ivars for NSMenuItem, NSPrintOperation, NSTableView,
NSDrawer, NSScrollView.
* New classes from Mac OS X 10.4 and earlier were added including
NSLevelIndicator, NSObjectController, NSUserDefaultsController,
NSKeyValueBinding, NSArrayController, NSController.
* NSSpellServer and NSAffineTransform was moved to GNUstep base for
Mac OS X compatibility.
Changes 0.11.0:
* Added support for keyed encoding in all gui classes.
* Added mechanism to allow for dynamic extension of model loading
mechanism
* Implemented glue code in GSNibCompatibility for classes such as
NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
2007-11-25 15:43:11 +01:00
|
|
|
USE_LANGUAGES= objc
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
|
|
|
|
MAKE_FILE= GNUmakefile
|
2009-04-13 14:19:14 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= share/GNUstep/Applications
|
2002-09-27 17:24:35 +02:00
|
|
|
|
2004-04-11 01:44:28 +02:00
|
|
|
.include "../../audio/libaudiofile/buildlink3.mk"
|
|
|
|
.include "../../devel/gnustep-base/buildlink3.mk"
|
2010-12-23 12:44:24 +01:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
2005-07-29 14:59:25 +02:00
|
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
2004-04-11 01:44:28 +02:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2002-09-27 17:24:35 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|