summaryrefslogtreecommitdiff
path: root/graphics/dxsamples/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>1999-10-01 11:32:15 +0000
committerdrochner <drochner@pkgsrc.org>1999-10-01 11:32:15 +0000
commit3cc84769d136e385d810378750cd8a3ded7f9040 (patch)
treee71407d98bb5b0466a1d27ea3a550975e8fd78fe /graphics/dxsamples/Makefile
parentea4f53d5ce8e2f4a8f9cd4acc843b1c36dfab35d (diff)
downloadpkgsrc-3cc84769d136e385d810378750cd8a3ded7f9040.tar.gz
example / tutorial files for graphics/dx
Diffstat (limited to 'graphics/dxsamples/Makefile')
-rw-r--r--graphics/dxsamples/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/dxsamples/Makefile b/graphics/dxsamples/Makefile
new file mode 100644
index 00000000000..65bf29b1f65
--- /dev/null
+++ b/graphics/dxsamples/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/01 11:32:15 drochner Exp $
+
+DISTNAME= dxsamples-4.0
+CATEGORIES= graphics
+MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.research.ibm.com/dx/
+
+DEPENDS+= dx-*:../../graphics/dx
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_X11BASE= yes
+
+.include "../../mk/bsd.pkg.mk"