Changeset 23094 for trunk/dports/irc
- Timestamp:
- Mar 24, 2007, 9:59:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/irc/xchat2/Portfile
r23053 r23094 3 3 PortSystem 1.0 4 4 name xchat2 5 version 2. 6.85 version 2.8.0 6 6 categories irc 7 7 maintainers mij@macports.org … … 10 10 platforms darwin 11 11 12 long_description XChat2 is a graphical IRC client based on GTK2 that has \ 13 many features and can be scripted with Perl and/or Python. 12 long_description \ 13 XChat2 is a graphical IRC client based on GTK2 that has \ 14 many features and can be scripted with Perl and/or Python. 14 15 15 master_sites http://xchat.org/files/source/2.6/ 16 master_sites http://xchat.org/files/source/2.8/ 17 patch_sites http://xchat.org/files/source/2.8/patches/ 16 18 17 19 distname xchat-${version} 18 checksums md5 940fd8560a4e4e5d905e53207c6cbb87 \19 sha1 7be12710c7461c8108524b763af83de89ae900f4 \20 rmd160 add965c1092c11f565110f127f402c900bedcec021 20 21 patchfiles xc280-fix-back.diff \ 22 xc280-fix-ja.diff 23 24 checksums xchat-${version}.tar.bz2 md5 dddb703d1daf9be7a7bc9461cf11ede7 \ 25 xchat-${version}.tar.bz2 sha1 80248b4fcd45261c686557eb243fec6ce459bd60 \ 26 xchat-${version}.tar.bz2 rmd160 a65329728c050c5448b2cbab2ea6c68ba72a0c95 \ 27 xc280-fix-back.diff md5 8d6630a2d287da274933b9e18165b095 \ 28 xc280-fix-back.diff sha1 ac27d4624897c5cc9011b7af134b132348e2b057 \ 29 xc280-fix-back.diff rmd160 eca290d5f47964d14992d0db38ada9603d7c7f48 \ 30 xc280-fix-ja.diff md5 e6795d111f0185592da8b0f3eafc305b \ 31 xc280-fix-ja.diff sha1 1bca14e6e22acfbceedd1ebcd6c0ae0260589dad \ 32 xc280-fix-ja.diff rmd160 92117513969886c5b882cea7594f09bb789cfd33 33 22 34 use_bzip2 yes 23 35 24 depends_lib lib:libgtk.2:gtk2 36 depends_lib port:gtk2 37 38 patch.args -p1 25 39 26 40 configure.env LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib" \ … … 30 44 configure.args --disable-python --disable-mmx 31 45 32 platform darwin 6 33 platform darwin 7 46 platform darwin 6 { configure.args-append --enable-tcl=/System/Library/Tcl/8.3 } 47 platform darwin 7 { configure.args-append --enable-tcl=/usr/lib } 34 48 35 49 variant xft { configure.args-append --enable-xft }
Note: See TracChangeset
for help on using the changeset viewer.