diff options
author | rh <rh@pkgsrc.org> | 2002-09-27 23:59:09 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-27 23:59:09 +0000 |
commit | d364592f10e8e47a8dcb5e2822643b17847fae3d (patch) | |
tree | be90e9a0d721b46e96473e67b6af6f9adad4cc4a /x11/gnustep-back | |
parent | baee70ab01fd6fa13cb5e82b501c2228b6f0c7d1 (diff) | |
download | pkgsrc-d364592f10e8e47a8dcb5e2822643b17847fae3d.tar.gz |
Initial import of gnustep-back-0.8.1, the X11 GUI backend for GNUstep
Diffstat (limited to 'x11/gnustep-back')
-rw-r--r-- | x11/gnustep-back/DESCR | 1 | ||||
-rw-r--r-- | x11/gnustep-back/Makefile | 28 | ||||
-rw-r--r-- | x11/gnustep-back/PLIST | 28 | ||||
-rw-r--r-- | x11/gnustep-back/buildlink2.mk | 24 | ||||
-rw-r--r-- | x11/gnustep-back/distinfo | 4 |
5 files changed, 85 insertions, 0 deletions
diff --git a/x11/gnustep-back/DESCR b/x11/gnustep-back/DESCR new file mode 100644 index 00000000000..46f50dba956 --- /dev/null +++ b/x11/gnustep-back/DESCR @@ -0,0 +1 @@ + This is the X11 graphical user interface backend package for GNUstep. diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile new file mode 100644 index 00000000000..92e11ca6ce1 --- /dev/null +++ b/x11/gnustep-back/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/27 23:59:09 rh Exp $ +# + +DISTNAME= gnustep-back-0.8.1 +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" diff --git a/x11/gnustep-back/PLIST b/x11/gnustep-back/PLIST new file mode 100644 index 00000000000..ee23cc5b18d --- /dev/null +++ b/x11/gnustep-back/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/27 23:59:09 rh Exp $ +share/GNUstep/System/Headers/gnustep/gsc/GSContext.h +share/GNUstep/System/Headers/gnustep/gsc/GSGState.h +share/GNUstep/System/Headers/gnustep/gsc/GSGStateOps.h +share/GNUstep/System/Headers/gnustep/gsc/gscolors.h +share/GNUstep/System/Headers/gnustep/x11/XGServer.h +share/GNUstep/System/Headers/gnustep/x11/XGServerWindow.h +share/GNUstep/System/Headers/gnustep/xlib/XGContext.h +share/GNUstep/System/Headers/gnustep/xlib/XGGState.h +share/GNUstep/System/Headers/gnustep/xlib/XGGeometry.h +share/GNUstep/System/Headers/gnustep/xlib/XGPrivate.h +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Contents/Info.plist +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Contents/Resources +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Info.plist +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libgnustep-back +share/GNUstep/System/Makefiles/Additional/back.make +share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/font_cacher +share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/gpbs +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF} +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Contents +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle +@dirrm share/GNUstep/System/Headers/gnustep/xlib +@dirrm share/GNUstep/System/Headers/gnustep/x11 +@dirrm share/GNUstep/System/Headers/gnustep/gsc diff --git a/x11/gnustep-back/buildlink2.mk b/x11/gnustep-back/buildlink2.mk new file mode 100644 index 00000000000..a7915ab8d18 --- /dev/null +++ b/x11/gnustep-back/buildlink2.mk @@ -0,0 +1,24 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/27 23:59:09 rh Exp $ +# + +.if !defined(GNUSTEP_BACK_BUILDLINK2_MK) +GNUSTEP_BACK_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= gnustep-back +BUILDLINK_DEPENDS.gnustep-back?= gnustep-back>=0.8.1 +BUILDLINK_PKGSRCDIR.gnustep-back?= ../../x11/gnustep-back + +EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-back=gnustep-back +BUILDLINK_PREFIX.gnustep-back_DEFAULT= ${LOCALBASE} +BUILDLINK_FILES.gnustep-back= share/GNUstep/System/Headers/gnustep/gsc/* +BUILDLINK_FILES.gnustep-back+= share/GNUstep/System/Headers/gnustep/x11/* +BUILDLINK_FILES.gnustep-back+= share/GNUstep/System/Headers/gnustep/xlib/* + +.include "../../graphics/libart2/buildlink2.mk" +.include "../../x11/gnustep-gui/buildlink2.mk" + +BUILDLINK_TARGETS+= gnustep-back-buildlink + +gnustep-back-buildlink: _BUILDLINK_USE + +.endif # GNUSTEP_BACK_BUILDLINK2_MK diff --git a/x11/gnustep-back/distinfo b/x11/gnustep-back/distinfo new file mode 100644 index 00000000000..fe05c009626 --- /dev/null +++ b/x11/gnustep-back/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/27 23:59:09 rh Exp $ + +SHA1 (gnustep-back-0.8.1.tar.gz) = d054f44e9c47789a2fb6ebd525fd7988782e8b7e +Size (gnustep-back-0.8.1.tar.gz) = 305154 bytes |