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 Books
version 2.2.0
categories aqua
platforms darwin
maintainers nomaintainer@macports.org
description Books provides a virtual card catalog for your personal library.
long_description Books stores, sorts, and searches a virtual card catalog \
for a personal library. It makes it simple to enter new \
books, edit the information of older books, and sort the \
books by attributes such as title and author. Books also \
includes built-in searching for quick book information \
retrieval, and XML support for importing and exporting \
collection information in HTML and XML.
homepage http://books.aetherial.net/
master_sites http://homepage.mac.com/cjkarr/Books/
distfiles Source-${version}.tgz
checksums md5 a7c75e8931dee9b5bc0733a71c3f307e
worksrcdir Books
use_configure no
build.type pbx
build.target -buildstyle Deployment
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}/Books.app \
${destroot}/Applications/MacPorts/
}