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

Revision 6, 1.1 kB (checked in by broder, 17 years ago)

Fixing checksums on moira; creating libathdir and athdir ports

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