mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Use GTK_CONFIG instead of hardcoded gtk12-config
- Sort pkg/PLIST PR: 19927 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
25e135e5c0
commit
391a7fb657
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30654
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user