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

Revision 36, 0.7 kB (checked in by broder, 16 years ago)

Updated checksums; dist tarballs were generated using root@macathena.mit.edu

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-machtype
5 version                 20030812
6 distname                machtype-${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-configure.in \
13                                 patch-machtype_linux.sh \
14                                 patch-config.sub \
15                                 patch-config.guess
16 checksums               md5 377829b5da0c05cf334d2fa2e9124c4f \
17                                 sha1 ea18209e214b35238ed31955c6ceb1fbabcfdcb2 \
18                                 rmd160 021db450b6af4aaa3e46eab678c01e5bcc9cfa4b
19
20 use_autoconf    yes
21
22 configure.env-append    ATHENA_MAJOR_VERSION=9 \
23                                                 ATHENA_MINOR_VERSION=4
24
25 depends_lib             port:macathena-base
26
27 destroot.violate_mtree  yes
28
29 configure.env-append    [exec ${filespath}/getSysnameList.py]
Note: See TracBrowser for help on using the browser.