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

Revision 201, 1.0 kB (checked in by quentin, 12 years ago)

Update and fix the macathena-machtype port

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-machtype
5 version                 svn25436
6 distname                machtype-${version}
7 categories              net
8 maintainers             mit.edu:sipb-macathena
9 description             Provides basic information about the running system
10 platforms               darwin
11 master_sites    http://macathena.mit.edu/dist/
12 patchfiles              patch-machtype_linux.sh \
13                         patch-configure.in
14 checksums               md5 d01a977c9c6d5b74aa9c0d888d963c28 \
15                                 sha1 427dad33c2589136b36b87fd2f4a0d737e61320d \
16                                 rmd160 efc130d5cd2cb334f610bffe110b867d52cca519
17
18 use_autoconf    yes
19
20 configure.env-append    ATHENA_MAJOR_VERSION=10 \
21                                                 ATHENA_MINOR_VERSION=0
22
23 depends_lib             port:macathena-base
24
25 depends_build           port:automake
26
27 destroot.violate_mtree  yes
28
29 post-patch {
30      file copy ${prefix}/share/automake-1.11/install-sh ${worksrcpath}/
31      file copy ${prefix}/share/automake-1.11/mkinstalldirs ${worksrcpath}/
32      file copy ${prefix}/share/automake-1.11/config.sub ${worksrcpath}/
33      file copy ${prefix}/share/automake-1.11/config.guess ${worksrcpath}/
34 }
35
36 configure.env-append    [exec ${filespath}/getSysnameList.py]
Note: See TracBrowser for help on using the browser.