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

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

Adding the ports that I've built so far - libhesiod, hesiod, and moira.

Hesiod and libhesiod should probably be submitted upstream to the MacPorts repository instead of ours.

Also, libhesiod doesn't compile as a universal library because libtool hates people

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 53349ba789e5e65575f1d42454531d33 \
17                                 sha1 118463de08239b4b2f9675c8a3ea3e3738f06e92 \
18                                 rmd160 4dce4c44ff69d343490e000163d053ef498f6e66
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.