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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name rbmake |
---|
7 | version 1.2 |
---|
8 | categories textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description "Book maker" for the Rocket eBook. |
---|
12 | homepage http://rbmake.sourceforge.net/ |
---|
13 | master_sites sourceforge |
---|
14 | |
---|
15 | distname ${name}-${version} |
---|
16 | |
---|
17 | checksums md5 0d9a3769b878c9db630a6d890020ff38 \ |
---|
18 | sha1 5737af7a419e579160bc09544a7944e340a07582 \ |
---|
19 | rmd160 a9731ac79a7f25c7f8e887f656845beb6ba859bb |
---|
20 | |
---|
21 | long_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 | |
---|
27 | depends_lib port:libxml2 \ |
---|
28 | port:pcre \ |
---|
29 | port:zlib |
---|
30 | |
---|
31 | worksrcdir ${distname} |
---|
32 | |
---|
33 | configure.args --prefix=${prefix}\ |
---|
34 | --mandir=${prefix}/share/man |
---|
35 | |
---|
36 | use_configure yes |
---|
37 | |
---|
38 | |
---|