Ticket #16131: Portfile.2

File Portfile.2, 591 bytes (added by iggy@…, 16 years ago)

automoc from kde's svn repository, I don't know of any releases for this, it's hosted on my server for now

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                automoc
6version             0.9.84
7categories          kde4
8maintainers         nobody
9description         kde4 automoc
10long_description    not really sure
11homepage            http://www.kde.org
12platforms           darwin
13master_sites        http://64.72.114.172:81/kde-svn/
14use_bzip2           yes
15distname            automoc-svn-r838458
16distfiles           ${distname}.tar.bz2
17
18checksums           md5 cd1a437fcf116113c3b6e9511fb75f56
19
20configure       { system "cd ${worksrcpath} && cmake ${configure.args} ${worksrcpath}" }
21configure.args