diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gtoolkit-examples/DESCR | 4 | ||||
-rw-r--r-- | devel/gtoolkit-examples/Makefile | 15 | ||||
-rw-r--r-- | devel/gtoolkit-examples/PLIST | 9 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/gtoolkit-examples/DESCR b/devel/gtoolkit-examples/DESCR new file mode 100644 index 00000000000..98a01debb5f --- /dev/null +++ b/devel/gtoolkit-examples/DESCR @@ -0,0 +1,4 @@ + This is a collection of example programs for GToolKit. GToolKit +is an Objective-C interface library to the GTK+ widget set. GTK+, +which stands for the Gimp Toolkit, is a library for creating +graphical user interfaces for the X Window System and MS Win32. diff --git a/devel/gtoolkit-examples/Makefile b/devel/gtoolkit-examples/Makefile new file mode 100644 index 00000000000..09eaceeced0 --- /dev/null +++ b/devel/gtoolkit-examples/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/09 05:22:28 rh Exp $ +# +.include "../../x11/gtoolkit/Makefile.common" + +PKGNAME= ${DISTNAME:S/-/-examples-/} +CATEGORIES= devel + +COMMENT= Objective-C examples for GToolKit + +DISTINFO_FILE= ${.CURDIR}/../../x11/gtoolkit/distinfo +BUILD_DIRS= ${WRKSRC}/Examples + +.include "../../x11/gtoolkit/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/gtoolkit-examples/PLIST b/devel/gtoolkit-examples/PLIST new file mode 100644 index 00000000000..573ba3f1533 --- /dev/null +++ b/devel/gtoolkit-examples/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/09 05:22:28 rh Exp $ +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/clist +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/gless +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/hello +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/menu +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/slider +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/style +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/windows +share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/xml |