Ticket #11721: diff
File diff, 2.7 KB (added by macosforge.lbn@…, 18 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 PortSystem 1.0 3 3 name gnome-applets 4 version 2.1 6.24 version 2.18.0 5 5 description GNOME panel applets. 6 6 long_description This package contains applets for use with the \ 7 7 GNOME panel. … … 9 9 categories gnome 10 10 platforms darwin 11 11 homepage http://www.gnome.org/ 12 master_sites gnome:sources/gnome-applets/2.1 6/13 checksums md5 1a46b8557ff05ca75e7db6adb4dd6707 \14 sha1 8b912c21e7c390c9aae96bb81fe017fa1f9bf006\15 rmd160 b8706c57b37702b0bfc64cb549fc594b05da5e5b12 master_sites gnome:sources/gnome-applets/2.18/ 13 checksums md5 db3ef99c00335798f30fc0a9162c0257 \ 14 sha1 7bec1f642e827634f74859e81e1502799d3c05a2 \ 15 rmd160 c9a18c717fd01ede9476a70784a8522968e52211 16 16 17 17 depends_lib \ 18 18 lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \ … … 26 26 lib:libiconv:libiconv lib:libpng:libpng lib:libtiff:tiff port:xrender \ 27 27 port:audiofile port:esound port:gnome-keyring port:cairo port:zlib \ 28 28 port:gail port:gnome-panel port:libwnck port:libxklavier port:p5-xml-parser \ 29 port:popt port:startup-notification port:lib xklavier-2-2\29 port:popt port:startup-notification port:libgnomekbd \ 30 30 port:dbus \ 31 31 port:dbus-glib 32 32 33 33 use_bzip2 yes 34 34 35 patchfiles \36 patch-libgweather-weather.c \37 patch-libgweather-weather-met.c35 #patchfiles \ 36 # patch-libgweather-weather.c \ 37 # patch-libgweather-weather-met.c 38 38 39 39 #patchfiles \ 40 40 # patch-Makefile.in \ … … 43 43 # patch-libgweather-weather-met.c 44 44 45 45 configure.env GMSGFMT=${prefix}/bin/msgfmt \ 46 CFLAGS="-I${prefix}/lib/libxklavier -2.2/include -I${prefix}/include -I/usr/include" \47 CPPFLAGS="-L${prefix}/lib/libxklavier -2.2/lib -I${prefix}/lib/libxklavier-2.2/include -I${prefix}/include -I/usr/include" \48 PKG_CONFIG_PATH="${prefix}/lib/libxklavier -2.2/lib/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig"46 CFLAGS="-I${prefix}/lib/libxklavier/include -I${prefix}/include -I/usr/include" \ 47 CPPFLAGS="-L${prefix}/lib/libxklavier/lib -I${prefix}/lib/libxklavier/include -I${prefix}/include -I/usr/include" \ 48 PKG_CONFIG_PATH="${prefix}/lib/libxklavier/lib/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig" 49 49 50 50 configure.args --mandir=${prefix}/share/man \ 51 51 --with-gstreamer=0.10 \