|
Revision 27862, 1.2 KB
(checked in by nox@…, 17 months ago)
|
|
pixen:
- Corrected version string.
- Ported to xcode portgroup.
- Disabled universal support.
- Added sha1 and rmd160 checksums and livecheck.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup xcode 1.0 |
|---|
| 5 | |
|---|
| 6 | name pixen |
|---|
| 7 | version 2v2 |
|---|
| 8 | set my_version r${version} |
|---|
| 9 | categories aqua graphics |
|---|
| 10 | maintainers nomaintainer |
|---|
| 11 | description A mature pixelart drawing tool for OSX |
|---|
| 12 | |
|---|
| 13 | long_description Pixen is a mature pixelart drawing tool for OSX \ |
|---|
| 14 | under the MIT License. \ |
|---|
| 15 | It can be mainly used to create pixelart in \ |
|---|
| 16 | Atari-Style. |
|---|
| 17 | |
|---|
| 18 | homepage http://opensword.org/Pixen/ |
|---|
| 19 | master_sites http://opensword.org/Downloads/ |
|---|
| 20 | distname Pixen-r${version} |
|---|
| 21 | |
|---|
| 22 | checksums md5 0c1c0fc53aa085c5d53cdbe0aa3eda1c \ |
|---|
| 23 | sha1 0bc101c5390a2be2f921114ed64788f0398fb6b1 \ |
|---|
| 24 | rmd160 62155331f4afbf903a7ba0d23da1cbb74a3b698a |
|---|
| 25 | |
|---|
| 26 | worksrcdir Sources |
|---|
| 27 | |
|---|
| 28 | # Can't enable universal variant yet, Pixen must depends on libungif instead of using |
|---|
| 29 | # its own internal precompilated ungif lib. |
|---|
| 30 | universal_variant no |
|---|
| 31 | |
|---|
| 32 | # Dummy configure to enable universal variant |
|---|
| 33 | #use_configure yes |
|---|
| 34 | #configure {} |
|---|
| 35 | |
|---|
| 36 | #variant universal { |
|---|
| 37 | # build.args-append "ARCHS=\"i386 ppc\"" |
|---|
| 38 | # destroot.args-append "ARCHS=\"i386 ppc\"" |
|---|
| 39 | |
|---|
| 40 | # xcode.build.settings-append SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk |
|---|
| 41 | # xcode.destroot.settings-append SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk |
|---|
| 42 | #} |
|---|
| 43 | |
|---|
| 44 | livecheck.version ${my_version} |
|---|