c4363b4d91
* Switched to use LGPL 3 and GPL 3. * Report more controls as being flipped. (NSTextField, NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing. * In NSAffineTransform use optimized primitive methods from base. * Add font attribute fixing to NSAttributedString. To allow for the output of glyphs not present in the current font. * Optimized the validation of edited cells.
23 lines
736 B
Makefile
23 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.39 2008/05/25 08:28:01 adam Exp $
|
|
|
|
DISTNAME= gnustep-gui-0.12.1
|
|
CATEGORIES= x11 gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnustep.org/
|
|
COMMENT= GNUstep AppKit Implementation
|
|
|
|
USE_LANGUAGES= objc
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../audio/libaudiofile/buildlink3.mk"
|
|
.include "../../devel/gnustep-base/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|