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

Revision 204, 0.7 kB (checked in by quentin, 12 years ago)

Update libathdir port

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-libathdir
5 version                 svn25431
6 distname                libathdir-${version}
7 categories              net
8 maintainers             mit.edu:sipb-macathena
9 platforms               darwin
10 master_sites    http://macathena.mit.edu/dist/
11 checksums               md5 02032a3da2d658e1089a34549e99e95b \
12                                 sha1 530a5ca7bb04b55ad28ceb98023f759bd3fe5cb0 \
13                                 rmd160 0e31afa28fc80f53e2e76572d89da1e8deb774fb
14 use_autoreconf  yes
15 use_autoconf    yes
16
17 depends_build           port:automake
18 post-patch {
19      file copy ${prefix}/share/automake-1.11/install-sh ${worksrcpath}/
20      file copy ${prefix}/share/automake-1.11/mkinstalldirs ${worksrcpath}/
21      file copy ${prefix}/share/automake-1.11/config.sub ${worksrcpath}/
22      file copy ${prefix}/share/automake-1.11/config.guess ${worksrcpath}/
23 }
Note: See TracBrowser for help on using the browser.