SUMMARY="Drawing program designed for young children" DESCRIPTION=" Tux Paint is a free, award-winning drawing program for children \ ages 3 to 12 (for example, preschool and K-6). Tux Paint is used \ in schools and around the world as a computer literacy drawing activity. \ It combines an easy-to-use interface, fun sound effects, and an \ encouraging cartoon mascot who guides children as they use the program. " HOMEPAGE="http://www.tuxpaint.org/" COPYRIGHT="2002-2010 Bill Kendrick and others" LICENSE="GNU GPL v2" REVISION="5" SOURCE_URI="http://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.22/tuxpaint-$portVersion.tar.gz" CHECKSUM_SHA256="8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3" PATCHES="tuxpaint-$portVersion.patchset" ARCHITECTURES="x86_gcc2 ?x86 x86_64" USER_SETTINGS_FILES=" settings/TuxPaint directory " PROVIDES=" tuxpaint = $portVersion " REQUIRES=" haiku lib:libfribidi lib:libiconv lib:libintl lib:libpaper lib:libpng16 lib:libSDL_1.2 lib:libSDL_image_1.2 lib:libSDL_mixer_1.2 lib:libSDL_ttf_2.0 lib:libz " BUILD_REQUIRES=" haiku_devel devel:libfribidi devel:libiconv devel:libintl devel:libpaper devel:libpng devel:libSDL_1.2 devel:libSDL_image_1.2 devel:libSDL_mixer_1.2 devel:libSDL_ttf_2.0 devel:libz " BUILD_PREREQUIRES=" cmd:gcc cmd:gperf cmd:ld cmd:make cmd:pkg_config " BUILD() { make $jobArgs FRIBIDI_LIB=-lfribidi PREFIX=$appsDir/TuxPaint } INSTALL() { mkdir -p $appsDir/TuxPaint make install DESTDIR=$appsDir/TuxPaint ln -s $appsDir/TuxPaint/bin/tuxpaint $appsDir/TuxPaint/TuxPaint addAppDeskbarSymlink $appsDir/TuxPaint/bin/tuxpaint TuxPaint }