summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-07-15 16:14:46 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-07-15 16:14:46 +0000
commit391a7fb6573acfd75849143e5be64110383cfff0 (patch)
treef660be667569e0f474d8184bf6f3d867dd57dbfb /graphics
parent- update from F4.0.3 to F4.0.4 (diff)
- Use GTK_CONFIG instead of hardcoded gtk12-config
- Sort pkg/PLIST PR: 19927 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=30654
Diffstat (limited to 'graphics')
-rw-r--r--graphics/giram/Makefile8
-rw-r--r--graphics/giram/pkg-plist5
2 files changed, 8 insertions, 5 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index b9b7a6bb677f..78f7708163fa 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -17,10 +17,14 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
GL:${PORTSDIR}/graphics/Mesa3
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-gnome
post-install:
@${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes
diff --git a/graphics/giram/pkg-plist b/graphics/giram/pkg-plist
index ac4d35132938..59061c4bb511 100644
--- a/graphics/giram/pkg-plist
+++ b/graphics/giram/pkg-plist
@@ -5,6 +5,7 @@ libexec/giram/plug-ins/Rotate
libexec/giram/plug-ins/Spheres
share/doc/giram/SampleScenes/Cone.pov
share/doc/giram/SampleScenes/Disc.pov
+share/doc/giram/SampleScenes/Giram.gsf
share/doc/giram/SampleScenes/Giram.pov
share/doc/giram/SampleScenes/IntSphereBox1.pov
share/doc/giram/SampleScenes/IntSphereBox2.pov
@@ -24,12 +25,10 @@ share/doc/giram/SampleScenes/superel2.pov
share/doc/giram/SampleScenes/superel3.pov
share/doc/giram/SampleScenes/test.pov
share/doc/giram/SampleScenes/torus.pov
-share/doc/giram/SampleScenes/Giram.gsf
share/doc/giram/Tutorial
-share/locale/fr/LC_MESSAGES/Giram.mo
share/locale/es/LC_MESSAGES/Giram.mo
+share/locale/fr/LC_MESSAGES/Giram.mo
@dirrm share/doc/giram/SampleScenes
@dirrm share/doc/giram
@dirrm libexec/giram/plug-ins
@dirrm libexec/giram
-