1 | # $Id: Portfile 30228 2007-10-22 22:59:36Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name xchat-gnome |
---|
5 | version 0.18 |
---|
6 | description xchat-gnome is a new frontend to X-Chat. |
---|
7 | long_description xchat-gnome is a new frontend to the popular X-Chat \ |
---|
8 | IRC client which is designed with the user interface \ |
---|
9 | foremost in mind. |
---|
10 | maintainers nomaintainer |
---|
11 | categories gnome irc |
---|
12 | platforms darwin |
---|
13 | homepage http://xchat-gnome.navi.cx/ |
---|
14 | master_sites http://flapjack.navi.cx/releases/xchat-gnome |
---|
15 | checksums md5 4976cd34a0e9115c800b5d317e121182 |
---|
16 | use_bzip2 yes |
---|
17 | depends_lib bin:gnome-session:gnome-session |
---|
18 | #patchfiles patch_outbound.c |
---|
19 | configure.cppflags-append "-L${prefix}/lib" |
---|
20 | configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress -fnested-functions" |
---|
21 | configure.args --enable-gnomefe --disable-python --disable-mmx |
---|