From a79bf6e09e0a7d73eb77cc29587c4fcac56180f4 Mon Sep 17 00:00:00 2001 From: kevlo Date: Sat, 15 Jul 2000 16:14:46 +0000 Subject: - Use GTK_CONFIG instead of hardcoded gtk12-config - Sort pkg/PLIST PR: 19927 Submitted by: KATO Tsuguru --- graphics/giram/Makefile | 8 ++++++-- graphics/giram/pkg-plist | 5 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'graphics') 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 - -- cgit