# $Id: Portfile,v 1.1 2005/03/24 11:48:18 mww Exp $

PortSystem 1.0

name			OSXPal
version			1.1
categories		aqua
platforms		darwin
maintainers		mww@opendarwin.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/DarwinPorts
	file copy ${worksrcpath}/build/OSXPal.app \
		${destroot}/Applications/DarwinPorts/
}
