Revision 18, 1.1 kB
(checked in by broder, 17 years ago)
|
Created macathena-standard stub package. Also fixed checksums on macathena-moira because I (foolishly) regenerated the tarball
|
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: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-build-destdir \ |
---|
13 |
patch-configure.in \ |
---|
14 |
patch-config.sub \ |
---|
15 |
patch-config.guess |
---|
16 |
checksums md5 eeb0b651e1689b56a2df030bdc61881c \ |
---|
17 |
sha1 945e277c3c974c1933f8efda80f95bc2f9537aef \ |
---|
18 |
ripemd160 48f6b2b8696f8f73d335fa918c8d40f167413416 |
---|
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 |
port:ncurses |
---|
41 |
|
---|
42 |
destroot.violate_mtree yes |
---|