Changeset 54203
- Timestamp:
- Jul 23, 2009, 2:18:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
users/devans/GNOME_2_27/gnome/epiphany/Portfile
r53113 r54203 5 5 6 6 name epiphany 7 version 2.2 6.37 version 2.27.4 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 description A GNOME Web browser. … … 19 19 use_bzip2 yes 20 20 21 checksums md5 16f44012bc376077e1443e049d725847\22 sha1 d1143fd2f287efe3eab648e1feded9f4911e3236\23 rmd160 ef2474c8523a6787227d3dfa5e8fc9d443708a0c21 checksums md5 35f37bf3150614f1d8ff3f21864737ca \ 22 sha1 8b320d1e2d8f6c546eb2b51bb479fd5c67b2fa6a \ 23 rmd160 fcd0058be788805124bd2499effa67706956c89e 24 24 25 25 depends_build port:pkgconfig \ 26 26 port:intltool \ 27 27 port:p5-xml-parser \ 28 port:gnome-doc-utils 28 port:gnome-doc-utils \ 29 port:gtk-doc 29 30 30 depends_lib 31 depends_lib port:gconf \ 31 32 port:libxslt \ 32 port:libglade2 \33 port:libgnomeui \34 port:gnome-desktop \35 33 port:startup-notification \ 36 34 port:libnotify \ 37 port:libcanberra \ 38 port:py25-gtk \ 39 port:py25-gnome \ 40 port:enchant \ 41 port:iso-codes \ 42 port:xulrunner 35 port:webkit-gtk \ 36 port:libsoup \ 37 port:iso-codes 43 38 44 configure.args --enable-spell-checker \ 45 --with-distributor-name=MacPorts \ 39 configure.args --with-distributor-name=MacPorts \ 46 40 --disable-zeroconf \ 41 --disable-introspection \ 42 --disable-seed \ 47 43 --disable-network-manager \ 48 44 --disable-schemas-install \ 49 45 --disable-scrollkeeper 50 51 configure.python ${prefix}/bin/python2.552 53 pre-configure {54 reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure55 }56 46 57 47 post-activate {
Note: See TracChangeset
for help on using the changeset viewer.