root/trunk/ports/net/hesiod/Portfile

Revision 2, 489 bytes (checked in by broder, 17 years ago)

Adding the ports that I've built so far - libhesiod, hesiod, and moira.

Hesiod and libhesiod should probably be submitted upstream to the MacPorts repository instead of ours.

Also, libhesiod doesn't compile as a universal library because libtool hates people

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    hesiod
5 version                 3.1.0
6 distname                hesinfo-${version}
7 categories              net
8 maintainers             mit.edu:broder
9 description             Hesiod is the Project Athena service name resolution protocol
10 platforms               darwin
11 master_sites    ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
12 checksums               md5 376b3af2bb3f59a972c218312527eadf \
13                                 sha1 30a92f80f0e8754a5dfc377c71b50f517b168d3a \
14                                 rmd160 b7ac55b67992748cbc7b9cd64b0c6b4b4e4cb6bf
15
16 depends_lib             port:libhesiod
17
18 destroot.violate_mtree yes
Note: See TracBrowser for help on using the browser.