a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name OSXPal
version 1.1
categories aqua
platforms darwin
maintainers nomaintainer@macports.org
description Useless dock-only fortune application for Mac OS X
long_description OSX Pal is a useless dock-only application for Mac OS X \
based on the also-useless Window Maker dockapp wmpal. It will \
sit in your dock and when clicked give you a fortune. Thats it.
homepage http://www.pyronecrophilia.com/osxpal/
master_sites http://www.pyronecrophilia.com/content/OSXPal/
distname ${distname}-source
checksums md5 3d9687acb924509e12c466413b2f7ed1
use_zip yes
depends_run bin:fortune:fortune
worksrcdir OSXPal
use_configure no
build.type pbx
build.target
destroot {
xinstall -m 755 -d ${destroot}/Applications/MacPorts
file copy ${worksrcpath}/build/OSXPal.app \
${destroot}/Applications/MacPorts/
}