Ticket #10292: Portfile.2

File Portfile.2, 898 bytes (added by lloyd@…, 18 years ago)

librep-0.17 portfile (with correctly set manpath and infopath)

Line 
1# $Id: $
2PortSystem       1.0
3name             librep
4version          0.17
5revision     2
6categories   lang
7maintainers  lloyd@hilaiel.com
8description  A shared library implementing a List dialect
9long_description librep is a shared library implementing a Lisp \
10                 dialect that is lightweight, reasonably fast, and \
11                 highly extensible. It contains an interpreter, \
12                 byte-code compiler and virtual machine. Applications \
13                 may use the interpreter as an extension language, or \
14                 it may be used for standalone scripts.
15homepage     http://librep.sourceforge.net
16master_sites sourceforge
17checksums    md5 ad4ad851ff9f82a5d61024cd96bc2998
18
19# TODO variant with readline support
20configure.args --without-readline \
21               --prefix=${prefix} \
22               --infodir=${prefix}/share/info \
23               --mandir=${prefix}/share/man