# $Id: Portfile,v 1.1 2003/12/31 02:11:37 mww Exp $

PortSystem 1.0

name		PlopFolio
version		0.1.0
categories	news aqua
platforms	darwin
maintainers	mww@opendarwin.org
description	PlopFolio is a free KlipFolio clone that supports Klips
long_description	PlopFolio is a free clone of Serences KlipFolio \
			application. PlopFolio supports Klips available from \
			KlipFarm (http://www.klipfarm.com/).

homepage	http://www.collaboration-world.com/plopfolio/
master_sites	http://debian.uni-essen.de/misc/GNUstep/Apps/PlopFolio/
checksums	md5 a1752b4ff0707701f993451da924a46d

use_configure	no

build.dir	${workpath}/${name}
build.type	pbx
build.target

destroot	{
	file mkdir ${destroot}/Applications/DarwinPorts
	file copy ${build.dir}/build/${name}.app \
		${destroot}/Applications/DarwinPorts
}
