Portfile

# $Id: Portfile 20403 2006-11-03 02:12:56Z jberry@macports.org $
PortSystem 1.0
PortGroup xcode 1.0
name agprocess
version 0.2
categories devel framework
maintainers nomaintainer@macports.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}"
}