Ticket #2049: Portfile

File Portfile, 884 bytes (added by dports@…, 20 years ago)

Portfile for pixen

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