Revision 210, 1.3 kB
(checked in by quentin, 6 years ago)
|
Update Moira to a build from 20181023
|
Line | |
---|
1 |
# $Id$ |
---|
2 |
PortSystem 1.0 |
---|
3 |
|
---|
4 |
name macathena-moira |
---|
5 |
version 20181023 |
---|
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 |
worksrcdir moira-4 |
---|
15 |
|
---|
16 |
checksums md5 aa1e70b18c723241d392318f1e93923d \ |
---|
17 |
sha1 2d46e2a87825f160164a712ace9af3bf66bc1b99 \ |
---|
18 |
rmd160 de7ef989d8d8b1be44bc436aa5174fe81c97e16f \ |
---|
19 |
sha256 5589d19096725aaf0596e5d986324ce3a89cd9bcefe13c194d442796755cdf1e \ |
---|
20 |
size 1607033 |
---|
21 |
|
---|
22 |
use_autoconf yes |
---|
23 |
|
---|
24 |
configure.args --with-krb5 \ |
---|
25 |
--with-com_err \ |
---|
26 |
--with-hesiod |
---|
27 |
|
---|
28 |
|
---|
29 |
configure.env-append TERM=vt100 |
---|
30 |
|
---|
31 |
post-destroot { |
---|
32 |
file rename ${destroot}${prefix}/bin/chfn \ |
---|
33 |
${destroot}${prefix}/bin/chfn.moira |
---|
34 |
file rename ${destroot}${prefix}/bin/chsh \ |
---|
35 |
${destroot}${prefix}/bin/chsh.moira |
---|
36 |
file rename ${destroot}${prefix}/share/man/man1/chfn.1 \ |
---|
37 |
${destroot}${prefix}/share/man/man1/chfn.moira.1 |
---|
38 |
file rename ${destroot}${prefix}/share/man/man1/chsh.1 \ |
---|
39 |
${destroot}${prefix}/share/man/man1/chsh.moira.1 |
---|
40 |
} |
---|
41 |
|
---|
42 |
depends_build port:e2fsprogs |
---|
43 |
|
---|
44 |
depends_lib port:libhesiod \ |
---|
45 |
port:ncurses |
---|
46 |
|
---|
47 |
destroot.violate_mtree yes |
---|