root/trunk/ports/net/macathena-moira/Portfile

Revision 202, 1.1 kB (checked in by quentin, 12 years ago)

Working Moira build (though com_err messages aren't properly translated)

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-moira
5 version                 svn4072
6 distname                moira-${version}
7 categories              net
8 maintainers             mit.edu:sipb-macathena
9 description             Hesiod is the Project Athena service name resolution protocol
10 platforms               darwin
11 master_sites    http://macathena.mit.edu/dist/
12 patchfiles              patch-lib-Makefile.in
13
14 checksums               md5 c1172fa62593b39c7c11a3e90ba096fc \
15                                 sha1 60a089fd8018de579aabd4a0929b51d7cb6bed2c \
16                                 rmd160 74cb87c6bd9c5ed50bc90db642698ca3e5284b0e
17
18 use_autoconf    yes
19
20 configure.args  --with-krb5 \
21                                 --with-com_err \
22                                 --with-hesiod
23
24
25 configure.env-append    TERM=vt100
26
27 post-destroot   {
28         file rename ${destroot}${prefix}/bin/chfn \
29                 ${destroot}${prefix}/bin/chfn.moira
30         file rename ${destroot}${prefix}/bin/chsh \
31                 ${destroot}${prefix}/bin/chsh.moira
32         file rename ${destroot}${prefix}/share/man/man1/chfn.1 \
33                 ${destroot}${prefix}/share/man/man1/chfn.moira.1
34         file rename ${destroot}${prefix}/share/man/man1/chsh.1 \
35                 ${destroot}${prefix}/share/man/man1/chsh.moira.1
36 }
37
38 depends_build           port:e2fsprogs
39
40 depends_lib             port:libhesiod \
41                                 port:ncurses
42
43 destroot.violate_mtree  yes
Note: See TracBrowser for help on using the browser.