diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-15 16:14:46 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-15 16:14:46 +0000 |
commit | 391a7fb6573acfd75849143e5be64110383cfff0 (patch) | |
tree | f660be667569e0f474d8184bf6f3d867dd57dbfb /graphics/giram | |
parent | 25e135e5c083a35ee030f02cebf80528236931a4 (diff) | |
download | ports-391a7fb6573acfd75849143e5be64110383cfff0.tar.gz ports-391a7fb6573acfd75849143e5be64110383cfff0.zip |
Notes
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 8 | ||||
-rw-r--r-- | graphics/giram/pkg-plist | 5 |
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 - |