summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorreed <reed>2004-08-26 19:02:35 +0000
committerreed <reed>2004-08-26 19:02:35 +0000
commit81ddfd5e15265a6e058cb7bb6c9e767f1f7e6255 (patch)
treefeed65cb021a0893469f02f1a1fea1ccd69eb4f6 /graphics
parent86dfaccbd5085876fef5290dd0f1678a4cf5d367 (diff)
downloadpkgsrc-81ddfd5e15265a6e058cb7bb6c9e767f1f7e6255.tar.gz
This adds a description.
And bump PKGREVISION. This should close PR #26765 "pkgsrc/graphics/GlutKit has no DESCR file." Please feel free to improve this description. Finding one on the web is not easy.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GlutKit/DESCR3
-rw-r--r--graphics/GlutKit/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/GlutKit/DESCR b/graphics/GlutKit/DESCR
new file mode 100644
index 00000000000..93b26681594
--- /dev/null
+++ b/graphics/GlutKit/DESCR
@@ -0,0 +1,3 @@
+The GlutKit libraries provide a GL backend for the 3DKit graphics API.
+3DKit provides an object oriented graphics API for writing 3D graphics
+applications using GNUstep or Cocoa.
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile
index 64d2fc0a165..331c18db2d9 100644
--- a/graphics/GlutKit/Makefile
+++ b/graphics/GlutKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2004/05/05 03:36:24 snj Exp $
+# $NetBSD: Makefile,v 1.11 2004/08/26 19:02:35 reed Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GlutKit/}
-PKGREVISION= 6
+PKGREVISION= 7
COMMENT= 3DKit GLUT backend