Ticket #2887: Portfile

File Portfile, 1.4 KB (added by pesco@…, 19 years ago)

ATTACHMENT: yi-0.1.0

Line 
1# $Id: $
2PortSystem 1.0
3
4name                yi
5version             0.1.0
6categories          editors
7platforms           darwin
8maintainers         pesco@gmx.de
9
10description         the extensible Yi text editor
11long_description    Yi is a text editor written and extensible in Haskell. \
12                    The goal of the Yi project is to provide a flexible, \
13                    powerful and correct editor core scriptable in Haskell. \
14                    A principle of Yi is that any behaviour can be programmed, \
15                    so there exist vi, vim and nano frontends to Yi. \
16                    Other editor interfaces can be written easily via a lexer \
17                    specification.
18homepage            http://www.cse.unsw.edu.au/~dons/yi.html
19
20master_sites        ftp://ftp.cse.unsw.edu.au/pub/users/dons/yi/
21checksums           md5 892c96aa03a6254b8b740fb6f9bb846c \
22                    sha1 218b4529f6a8ef433fa750de2e51633e45622ae5
23
24depends_lib         bin:ghc:ghc \
25                    bin:alex:alex \
26                    bin:happy:happy \
27                    lib:libHSplugins:hs-plugins \
28                    lib:libncurses:ncurses
29
30destroot.destdir    PREFIX=${destroot}${prefix} \
31                    BINDIR=${destroot}${prefix}/bin \
32                    LIBDIR=${destroot}${prefix}/lib/${name} \
33                    DATADIR=${destroot}${prefix}/share/doc/${name} \
34                    MANDIR=${destroot}${prefix}/share/man