Ticket #5184: Portfile

File Portfile, 601 bytes (added by kampi@…, 18 years ago)

working portfile (by disabling MSN)

Line 
1# $Id: Portfile,v 1.4 2005/09/27 06:37:27 mww Exp $
2
3PortSystem 1.0
4name                    centericq
5version                 4.21.0
6categories              net
7maintainers             neowolf@freeshell.org
8platforms               darwin
9description             Console multi-im client.
10long_description        Console client for AIM/ICQ/Yahoo/IRC/LiveJournal.
11checksums               md5 82e426f2b4f6f2ab799c28807f36ade6
12homepage                http://konst.org.ua/en/centericq/
13master_sites            http://konst.org.ua/download/
14use_bzip2               yes
15configure.args          --disable-msn
16build.type              gnu
17post-destroot { system "strip ${destroot}${prefix}/bin/centericq" }