1 | # $Id: Portfile,v 1.3 2004/05/31 21:07:09 blb Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pixen |
---|
6 | version 2 |
---|
7 | platforms darwin |
---|
8 | categories aqua graphics |
---|
9 | distfiles PixenSource.tar.gz |
---|
10 | maintainers dports@philipp-weissmann.de |
---|
11 | description A mature pixelart drawing tool for OSX |
---|
12 | long_description Pixen is a mature pixelart drawing tool for OSX \ |
---|
13 | under the MIT License. \ |
---|
14 | It can be mainly used to create pixelart in \ |
---|
15 | Atari-Style. |
---|
16 | master_sites http://www.opensword.org/Downloads/ |
---|
17 | homepage http://www.opensword.org/Pixen/ |
---|
18 | checksums md5 eab6520ad59100c471d9e9f6ae017d99 |
---|
19 | |
---|
20 | worksrcdir Sources |
---|
21 | use_configure no |
---|
22 | build.cmd xcodebuild -target \"Pixen(No Tests)\" |
---|
23 | build.target |
---|
24 | destroot { |
---|
25 | set appPath ${destroot}/Applications/DarwinPorts |
---|
26 | file mkdir ${appPath} |
---|
27 | file copy ${worksrcpath}/build/${name}.app ${appPath} |
---|
28 | } |
---|