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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup xcode 1.0 |
---|
6 | |
---|
7 | name xchataqua |
---|
8 | version 0.17-rc2-20100905 |
---|
9 | categories aqua irc |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:toepeu openmaintainer |
---|
12 | |
---|
13 | description Aqua IRC client from xchat2 |
---|
14 | |
---|
15 | long_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 | |
---|
20 | homepage http://xchataqua.sourceforge.net/ |
---|
21 | |
---|
22 | fetch.type git |
---|
23 | git.url git://github.com/ToePeu/xchat-aqua |
---|
24 | git.branch 487921b2d3962f104d6fcf55e60aa0d7517bb4c8 |
---|
25 | |
---|
26 | xcode.target Release |
---|
27 | xcode.configuration Release |
---|
28 | |
---|
29 | destroot { |
---|
30 | copy "${build.dir}/build/${xcode.target}/X-Chat Aqua.app" \ |
---|
31 | ${destroot}${applications_dir} |
---|
32 | } |
---|