Index: Portfile
===================================================================
--- Portfile	(revision 67554)
+++ Portfile	(working copy)
@@ -1,43 +1,34 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup	xcode 1.0
+
 name		AppKiDo
-version		0.971
+version		0.984
 categories	aqua devel
 platforms	darwin
 maintainers	puffin.lb.shuttle.de:michael.klein openmaintainer
 description	Provides a powerful interface to Apple's Cocoa documentation
+
 long_description	\
 	AppKiDo is a free reference tool for Cocoa Objective-C \
 	programmers. It parses the header files and HTML \
 	documentation files provided by Developer Tools and \
 	presents the results in a powerful interface.
+
 homepage	http://homepage.mac.com/aglee/downloads/
 master_sites	${homepage}
 distname	${name}-${version}-src
-extract.suffix  .tgz
+extract.suffix	.tgz
 worksrcdir	${name}
-checksums	md5  6c4ec2a75f8552120e5a9ff582d9a10f \
-		sha1 e88e80faa6f140a2142a2f4dbe9be0de81b5472c
+checksums	md5     03e0881ab2a4c8061ef74bc525706acb \
+		sha1    c97ced4542c6421588dffe1502f570cc027013e0 \
+		rmd160  786cc92026e80cfda86aa3a6a433204c140e2bda
 
+patchfiles	patch-AKTableView-defaultFontSize.patch
+
 livecheck.type	regex
 livecheck.url	http://homepage.mac.com/aglee/downloads/appkido.html
-livecheck.regex	">download version (.*?)<"
+livecheck.regex	"AppKiDo-(.*?)-src.tgz"
 
-use_configure	no
-build.type	pbx
-build.target	-target AppKiDo
-build.args	-buildstyle Deployment build SYMROOT=build/ OBJROOT=build/
-
-set xcodebuilddir		build
-platform darwin 8 {
-	if {$xcodeversion == "2.1"} {
-		set xcodebuilddir	build/Deployment
-	}
-}
-
-destroot	{
-	xinstall -m 755 -d ${destroot}/Applications/MacPorts/
-	file copy ${worksrcpath}/${xcodebuilddir}/AppKiDo.app \
-		${destroot}/Applications/MacPorts
-}
+xcode.destroot.settings-append	SKIP_INSTALL=NO

