# $Id: Portfile 57043 2009-09-05 16:31:20Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	xcode 1.0

name			pixen
version			2v2
set my_version	r${version}
categories		aqua graphics
maintainers		nomaintainer
description		A mature pixelart drawing tool for Mac OS X

long_description	Pixen is a mature pixelart drawing tool for Mac OS X \
			under the MIT License. \
			It can be mainly used to create pixelart in \
			Atari-Style.

homepage		http://opensword.org/Pixen/
master_sites	http://opensword.org/Downloads/
distname		Pixen-r${version}

checksums		md5 0c1c0fc53aa085c5d53cdbe0aa3eda1c \
				sha1 0bc101c5390a2be2f921114ed64788f0398fb6b1 \
				rmd160 62155331f4afbf903a7ba0d23da1cbb74a3b698a

worksrcdir      Sources

# Can't enable universal variant yet, Pixen must depends on libungif instead of using
# its own internal precompiled ungif lib.
universal_variant no

# Dummy configure to enable universal variant
#use_configure	yes
#configure		{}

#variant universal {
#	build.args-append		"ARCHS=\"i386 ppc\""
#	destroot.args-append	"ARCHS=\"i386 ppc\""

#	xcode.build.settings-append		SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk
#	xcode.destroot.settings-append	SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk
#}

livecheck.version ${my_version}

