Ticket #13811: Portfile

File Portfile, 1.0 KB (added by adfernandes (Andrew Fernandes), 16 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4
5name                    autoconf-archive
6version                 2007-12-18
7revision                1
8categories              devel
9maintainers             andrew@fernandes.org
10description             A collection of over 500 reusable Autoconf  macros
11long_description        The Autoconf Macro Archive aims to provide a collection of reusable Autoconf \
12                    macros as free software. The archive currently features more than 500 macros \
13                    which perform portability tests ranging from compiler support for weird language \
14                    extensions to automatic generation of sophisticated Automake rules. All these \
15                    macros have been contributed by friendly supporters of the cause from all over \
16                    the Internet - this archive is merely a distribution of other people's efforts.
17homepage                http://www.gnu.org/software/ac-archive/
18master_sites    http://autoconf-archive.cryp.to/
19distname                ${name}-${version}
20use_bzip2               yes
21checksums               md5 c88b48836182c157a5d7674de205ab3f
22
23platforms           darwin
24
25depends_lib     port:autoconf port:automake