Ticket #36259: Portfile

File Portfile, 823 bytes (added by ChristianFrisson (Christian Frisson), 12 years ago)
Line 
1# $Id: Portfile 75257 2011-01-19 06:23:12Z ryandesign@macports.org $
2
3PortSystem      1.0
4
5name            argtable
6version         2.13
7revision        1
8categories      devel
9maintainers     waqar openmaintainer
10description     ANSI C library for parsing GNU style command line arguments
11long_description        \
12        Argtable is an ANSI C library for parsing GNU style command     \
13        line arguments, as in foo -abc -o myfile --help --count=7.      \
14        It enables a program's command line syntax to be defined in     \
15        the source code as an array of argtable structs. The parsing    \
16        itself is done using GNU getopt and so is 100% GNU compatible.
17homepage        http://argtable.sourceforge.net
18platforms       darwin
19distname        ${name}2-13
20master_sites    sourceforge
21checksums           md5     156773989d0d6406cea36526d3926668 \
22                    sha1    bce828c64c35e16f4c3f8e1f355e4a2a97fe3289