Ticket #18179: Portfile-lostirc.diff
File Portfile-lostirc.diff, 1.4 KB (added by mcklaren@…, 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 30232 2007-10-22 23:05:56Z jmpp@macports.org $ 2 2 3 3 PortSystem 1.0 4 name 5 version 0.4.16 categories 7 maintainers 8 description 4 name lostirc 5 version 0.4.6 6 categories irc 7 maintainers nomaintainer 8 description simple GTK+ IRC client 9 9 long_description \ 10 10 LostIRC is an IRC client for X, written in C++ using gtkmm as a \ 11 11 widget set. The goal of the first stable version, is to make a \ 12 12 simple, keyboard controlled IRC application with basic features \ 13 13 implemented. 14 homepage http://lostirc.sourceforge.net/ 15 platforms darwin 16 master_sites sourceforge 17 checksums md5 552746df0f38a0fc36e2c5a34afd11b9 18 patchfiles patch-src__libirc__DCC.cpp 19 configure.args --mandir=${prefix}/share/man 14 homepage http://lostirc.sourceforge.net/ 15 platforms darwin 16 master_sites sourceforge 17 checksums md5 501cd56bc0740d599540fb415718b939 \ 18 sha1 5775f168593e62b09abe683da252f50cdb6242fb \ 19 rmd160 ffd25b350f477a1cc72138448d05e0b66ad801a9 20 patchfiles patch-src__libirc__DCC.cpp 21 configure.args --mandir=${prefix}/share/man 20 22 21 depends_build 22 depends_lib 23 depends_build bin:pkg-config:pkgconfig 24 depends_lib lib:libgtkmm.2:gtkmm