root/trunk/ports/net/libhesiod/Portfile

Revision 2, 0.6 kB (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                    libhesiod
5 version                 3.1.0
6 distname                hesiod-${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 patchfiles              patch-hesiod.c \
13                                 patch-config.sub \
14                                 patch-config.guess
15 checksums               md5 89c785d350e75d6628754659ee4583e8 \
16                                 sha1 bcffa55ee3c04ddb49d90f231191e5bc31762c7a \
17                                 rmd160 d5c38ffabb2491a80a05a4805bbffd333b9d4b14
18
19 configure.args  LIBS=-lresolv
20
21 destroot.violate_mtree yes
Note: See TracBrowser for help on using the browser.