aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-07-16 00:14:46 +0800
committerkevlo <kevlo@FreeBSD.org>2000-07-16 00:14:46 +0800
commita79bf6e09e0a7d73eb77cc29587c4fcac56180f4 (patch)
tree504aa1673fd8860f61a350d82e7151c430e157d1 /graphics
parent18646a5083447582da1e491b7c7ede6f2c453995 (diff)
downloadfreebsd-ports-gnome-a79bf6e09e0a7d73eb77cc29587c4fcac56180f4.tar.gz
freebsd-ports-gnome-a79bf6e09e0a7d73eb77cc29587c4fcac56180f4.tar.zst
freebsd-ports-gnome-a79bf6e09e0a7d73eb77cc29587c4fcac56180f4.zip
- Use GTK_CONFIG instead of hardcoded gtk12-config
- Sort pkg/PLIST PR: 19927 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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
-