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 PlopFolio
version 0.1.0
categories news aqua
platforms darwin
maintainers nomaintainer@macports.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/MacPorts
file copy ${build.dir}/build/${name}.app \
${destroot}/Applications/MacPorts
}