# $Id: Portfile,v 1.3 2005/09/13 06:57:38 olegb Exp $
PortSystem	1.0
name		shiira
version		0.9.3
categories	aqua www
maintainers	darwinports@opendarwin.org
description	A web browser based on Web Kit and written in Cocoa.
long_description	${description}
homepage	http://hmdt-web.net/shiira/index-e.html
# use my opendarwin account to store tarball
master_sites	http://www.opendarwin.org/~olegb/
checksums	md5 ca72425471bcfa87562d1513638fbce1
platforms	darwin
set appName	Shiira
worksrcdir	${appName}Src-${version}
use_configure	no
build.type	pbx
build.target
build.args	-buildstyle Deployment -target ${appName}

destroot {
	cd ${worksrcpath}
	set appPath ${destroot}/Applications/DarwinPorts
	xinstall -d -m 0755 ${appPath}
	set cmd "cp -R build/${appName}.app ${appPath}/${appName}.app"
	ui_info ${cmd}; system ${cmd}
}
