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

Revision 14, 0.8 kB (checked in by broder, 17 years ago)

Changing contact info to group mailing list, instead of personal e-mail

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://web.mit.edu/macathena/dist/
12 patchfiles              patch-configure.in \
13                                 patch-machtype_linux.sh \
14                                 patch-config.sub \
15                                 patch-config.guess
16 checksums               md5 0f338ab18e7a6f92e6ed615c13ec6de0 \
17                                 sha1 f43c9316759eb68231f3a4c0fa5c1417b1e937b8 \
18                                 ripemd160 ea206b52fabe8fafb212eb92f620be032cd51b8b
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.