# $Id: Portfile,v 1.4 2005/09/06 00:24:26 pguyot Exp $
PortSystem		1.0
PortGroup		xcode 1.0
name			agprocess
version			0.2
categories		devel framework
maintainers		darwinports@opendarwin.org
description		framework class for reporting Unix process statistics
long_description	AGProcess is a class for reporting Unix process \
					statistics. It is similar to NSProcessInfo except \
					that it provides more information, and can represent \
					any process, not just the current process. \
					Additionally it provides methods for sending signals \
					to processes. 
homepage		http://agkit.sourceforge.net/
master_sites	sourceforge:agkit
set framework	AGProcess
distname		${framework}-${version}
extract.suffix	.tgz
checksums		md5 3b5eb270ba756a2d6f60e630d1882a84
worksrcdir		${framework}

xcode.target	${framework}
xcode.destroot.type	framework

post-destroot {
	system "install_name_tool \
		-id /Library/Frameworks/${framework}.framework/${framework} \
		${destroot}/Library/Frameworks/${framework}.framework/${framework}"
}
