Ticket #10794: Portfile

File Portfile, 788 bytes (added by snb@…, 18 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4name                    orpie
5version                 1.4.3
6platforms               darwin
7maintainers             snb@moduli.net
8categories              math
9description             fullscreen RPN calculator for the console
10long_description        Orpie is a fullscreen RPN calculator for the console. Its \
11                                operation is similar to that of modern HP calculators, but \
12                                data entry has been optimized for efficiency on a PC keyboard. \
13                                Features include extensive scientific calculator \
14                                functionality, command completion, and a visible interactive \
15                                stack.
16master_sites    http://www.eecs.umich.edu/~pelzlpj/orpie/
17checksums               md5 1c9d87cf3f8d982a9a3662d48e13de55
18homepage                http://www.eecs.umich.edu/~pelzlpj/orpie/
19depends_lib             port:gsl
20depends_build   port:ocaml
21configure.env   LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include"
22