Ticket #26357: Portfile.3

File Portfile.3, 1.1 KB (added by ToePeu@…, 14 years ago)

irc/xchataqua/Portfile

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              487921b2d3962f104d6fcf55e60aa0d7517bb4c8
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}