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-20100907 |
---|
9 | categories aqua irc |
---|
10 | maintainers gmail.com:toepeu openmaintainer |
---|
11 | |
---|
12 | description Aqua IRC client from xchat2 |
---|
13 | |
---|
14 | long_description XChat2 is a graphical IRC client originally based on \ |
---|
15 | GTK2 that has many features and can be scripted with \ |
---|
16 | Perl and/or Python. \ |
---|
17 | XChat Aqua is a native Cocoa port of XChat2 |
---|
18 | |
---|
19 | homepage http://xchataqua.sourceforge.net/ |
---|
20 | |
---|
21 | fetch.type git |
---|
22 | git.url git://github.com/ToePeu/xchat-aqua |
---|
23 | git.branch 82d79712b141e0658353a1cd8fd62311a9b97f40 |
---|
24 | |
---|
25 | xcode.target Release |
---|
26 | xcode.configuration Release |
---|
27 | |
---|
28 | destroot { |
---|
29 | copy "${build.dir}/build/${xcode.target}/X-Chat Aqua.app" \ |
---|
30 | ${destroot}${applications_dir} |
---|
31 | } |
---|