Description: configure this package
 Yorick packages are usually configured by running yorick -batch make.i
 which modifies Makefile. Modifying source files at build time is not
 very well supported in the quilt / git workflow, so let's just patch
 Makefile and not run yorick -batch make.i at build time.
Author: Thibaut Paumard <paumard@users.sourceforge.net>
Origin: Vendor
Forwarded: not-needed
Last-Update: 2012-06-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
 # Makefile for yorick-gl, the yorgl OpenGL package
 # $Id: Makefile,v 1.1.1.1 2005/09/18 22:07:55 dhmunro Exp $
 
-Y_MAKEDIR=
-Y_EXE=
+Y_MAKEDIR=/usr/lib/yorick
+Y_EXE=/usr/lib/yorick/bin/yorick
 Y_EXE_PKGS=
-Y_EXE_HOME=
-Y_EXE_SITE=
+Y_EXE_HOME=/usr/lib/yorick
+Y_EXE_SITE=/usr/lib/yorick
+Y_HOME_PKG=
 
 # ----------------------------------------------------- optimization flags
 
--- /dev/null
+++ b/Makegl
@@ -0,0 +1,13 @@
+# Makegl configure results for yorick-gl
+# generated by yorick-gl configure script on jeudi 28 juin 2012, 15:23:39 (UTC+0200)
+# Linux etch-wing 3.2.0-2-686-pae #1 SMP Mon Jun 11 18:27:04 UTC 2012 i686 GNU/Linux
+
+PKG_I=$(YISO_PKG_I) $(YGL_PKG_I)
+OBJS=$(YISO_OBJS) $(YGL_OBJS)
+OGLXW=oglx.o
+D_MESA_PIXMAPS=-DUSE_MESA_PIXMAPS
+PKG_DEPLIBS= -lGL -lXext -lX11
+PKG_CFLAGS=
+PKG_LDFLAGS=
+PKG_I_START=yiso3d.i yorgl.i
+PKG_I_EXTRA=$(YISO_I) $(YGL_I)
