pkgsrc/x11/gnustep-back/Makefile
rh 4f53977d7f Update gnustep-back to 0.8.3. Notable changes include:
* Bug fixes
	* Preliminary OpenGL support
	* Localisation upates
        * Implemented -GSSendBezierPath
        * -DPSsetalpha: Use GSsetalpha as defined in frontend, for
          printers that don't support setalpha.
        * Source/x11/XIMInputServer.m
        * Hack: if focus went nowhere, don't deactivate app.
        * Only send event if we don't have a key window.
        * Tools/GNUmakefile: Use BUILD_SERVER to decide whether to build
          X specific parts of gpbs or not.
2003-01-03 04:12:02 +00:00

28 lines
836 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/01/03 04:12:02 rh Exp $
#
DISTNAME= gnustep-back-0.8.3
CATEGORIES= x11 gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= AppKit backend for GNUstep
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
MAKEFILE= GNUmakefile
GNU_CONFIGURE= YES
GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
CPPFLAGS+= -I${PREFIX}/share/GNUstep/System/Headers
CPPFLAGS+= -I${PREFIX}/share/GNUstep/System/Headers/gnustep
LDFLAGS+= -lossaudio
.include "../../graphics/libart2/buildlink2.mk"
.include "../../x11/gnustep-gui/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/x11.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"