Ticket #26357: Portfile.5

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

new Portifle

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-20100907
9categories              aqua irc
10maintainers             gmail.com:toepeu openmaintainer
11
12description             Aqua IRC client from xchat2
13
14long_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
19homepage                http://xchataqua.sourceforge.net/
20
21fetch.type              git
22git.url                 git://github.com/ToePeu/xchat-aqua
23git.branch              82d79712b141e0658353a1cd8fd62311a9b97f40
24
25xcode.target            Release
26xcode.configuration     Release
27
28destroot {
29    copy "${build.dir}/build/${xcode.target}/X-Chat Aqua.app" \
30        ${destroot}${applications_dir}
31}