Ticket #21502: Portfile

File Portfile, 661 bytes (added by mklein-de (Michael Klein), 15 years ago)
Line 
1# $Id$
2PortSystem              1.0
3PortGroup               xcode 1.0
4
5name                    AppHack
6version                 1.1
7categories              aqua devel
8maintainers             nomaintainer
9description             Program for hacking application bundles.
10long_description        AppHack is a developer and theming tool to alter, \
11                        replace or extract the property lists or icons of Mac \
12                        OS X application bundle packages.
13
14homepage                http://www.sveinbjorn.org
15master_sites            ${homepage}/files/software/apphack/
16distname                AppHack.src
17use_zip                 yes
18checksums               md5 e621db13de5dfe5946c3020ab73ff533 \
19                        sha1 9de25df706a7e6f09aec23917df79e2094c4b9f6 \
20                        rmd160 d9a892aa6922457ee2a989c8eaacb7ce1f2d88f0
21
22platforms               darwin
23
24set worksrcdir          ${name}