diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-13 07:50:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-13 07:50:12 +0000 |
commit | 63a379db28c83fdffe263edb39b3cf250445087c (patch) | |
tree | c56fbfa0fb2c5a05f57435ada50083271b5ca64d /graphics/aqsis/files/patch-shaders::Makefile.in | |
parent | Update to version 2.21 (diff) |
add aqsis 0.6.6
A photorealistic rendering system
Notes
Notes:
svn path=/head/; revision=66240
Diffstat (limited to 'graphics/aqsis/files/patch-shaders::Makefile.in')
-rw-r--r-- | graphics/aqsis/files/patch-shaders::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/aqsis/files/patch-shaders::Makefile.in b/graphics/aqsis/files/patch-shaders::Makefile.in new file mode 100644 index 000000000000..cff9b79a470a --- /dev/null +++ b/graphics/aqsis/files/patch-shaders::Makefile.in @@ -0,0 +1,11 @@ +--- shaders/Makefile.in.orig Fri Sep 13 14:27:12 2002 ++++ shaders/Makefile.in Fri Sep 13 14:27:29 2002 +@@ -80,7 +80,7 @@ + + EXTRA_DIST = DPProctext.h ambientlight.sl borg_metal.sl bumpy.sl constant.sl debug.sl dented.sl depthcue.sl distantlight.sl dpbluemarble.sl fog.sl matte.sl metal.sl noises.h paintedplastic.sl patterns.h plastic.sl pointlight.sl randgrid.sl shaders.dsp shadowspot.sl shinymetal.sl spotlight.sl wavy.sl uvtest.sl spacetest.sl show_st.sl cellnoisetest.sl brickbump.sl + +-shaderdir = $(prefix)/shaders ++shaderdir = $(prefix)/share/aqsis/shaders + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = + DIST_COMMON = Makefile.am Makefile.in |