Ticket #18822: Portfile

File Portfile, 1.1 KB (added by jonhohle@…, 15 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem      1.0
5
6name            rbmake
7version         1.2
8categories      textproc
9platforms       darwin
10maintainers     nomaintainer
11description     "Book maker" for the Rocket eBook.
12homepage        http://rbmake.sourceforge.net/
13master_sites    sourceforge
14
15distname        ${name}-${version}
16
17checksums       md5 0d9a3769b878c9db630a6d890020ff38 \
18                sha1 5737af7a419e579160bc09544a7944e340a07582 \
19                rmd160 a9731ac79a7f25c7f8e887f656845beb6ba859bb
20
21long_description \
22    Rbmake is a "book maker" for the Rocket eBook. It consists of a set of \
23    commandline tools that assemble or disassemble .rb files -- the book \
24    format that is native to the ReB. The C code also contains a library of \
25    routines that can be linked into other applications.
26
27depends_lib     port:libxml2 \
28                port:pcre \
29                port:zlib
30
31worksrcdir      ${distname}
32
33configure.args  --prefix=${prefix}\
34                --mandir=${prefix}/share/man
35
36use_configure   yes
37
38