# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 92837 2012-05-09 00:51:48Z ryandesign@macports.org $

PortSystem      1.0

name            rbmake
version         1.2
revision        4
categories      textproc
platforms       darwin
maintainers     nomaintainer
description     "Book maker" for the Rocket eBook.
homepage        http://rbmake.sourceforge.net/
master_sites    sourceforge

checksums       md5 0d9a3769b878c9db630a6d890020ff38 \
                sha1 5737af7a419e579160bc09544a7944e340a07582 \
                rmd160 a9731ac79a7f25c7f8e887f656845beb6ba859bb

long_description \
    Rbmake is a "book maker" for the Rocket eBook. It consists of a set of \
    commandline tools that assemble or disassemble .rb files -- the book \
    format that is native to the ReB. The C code also contains a library of \
    routines that can be linked into other applications.

depends_lib     port:libxml2 \
                port:pcre \
                port:jpeg \
                port:libpng \
                port:zlib

configure.args  --mandir=${prefix}/share/man

