Ticket #26357: Portfile.2

File Portfile.2, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

updated portfile by ryandesign

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem              1.0
5PortGroup               xcode 1.0
6
7name                    xchataqua
8version                 0.17-rc2-20100905
9categories              aqua irc
10platforms               darwin
11maintainers             gmail.com:toepeu openmaintainer
12
13description             Aqua IRC client from xchat2
14
15long_description        XChat2 is a graphical IRC client originally based on \
16                        GTK2 that has many features and can be scripted with \
17                        Perl and/or Python. \
18                        XChat Aqua is a native Cocoa port of XChat2
19
20homepage                http://xchataqua.sourceforge.net/
21
22fetch.type              git
23git.url                 git://github.com/ToePeu/xchat-aqua
24git.branch              a49e838d32e1340cf1ae3c247a074f97c2f5c50e
25
26xcode.target            Release
27xcode.configuration     Release
28
29destroot {
30    copy "${build.dir}/build/${xcode.target}/X-Chat Aqua.app" \
31        ${destroot}${applications_dir}
32}