Ticket #26357: Portfile

File Portfile, 961 bytes (added by ToePeu@…, 14 years ago)

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