Ticket #10292: Portfile

File Portfile, 750 bytes (added by lloyd@…, 18 years ago)

A darwinports Portfile for librep-0.17

Line 
1# $Id: $
2PortSystem       1.0
3name             librep
4version          0.17
5revision     1
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
19configure.args --without-readline --prefix=${prefix}