Ticket #16812: Portfile.2

File Portfile.2, 1.2 KB (added by cooljeanius (Eric Gallager), 11 years ago)

New, working portfile for open-cobol

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                open-cobol
7version             1.1
8categories          lang
9maintainers         gwmail.gwu.edu:egall openmaintainer
10license             GPL-2+
11description         OpenCOBOL
12long_description    OpenCOBOL is an open-source COBOL compiler.
13
14homepage            http://www.opencobol.org/
15platforms           darwin
16
17master_sites        sourceforge:open-cobol
18
19checksums           md5    e38c898e01d50a7ca6bb3e41cfcb0c64 \
20                    sha1   a833f011cd0f56d0aa3d97a56258ddd5141b594c \
21                    rmd160 931cd83d5ebbfae66b6e2601bb100e07a10d61a6
22
23depends_lib-append  port:gmp \
24                    port:libtool \
25                    port:db44 \
26                    port:ncurses \
27                    port:libgnugetopt \
28                    port:libiconv \
29                    port:gettext \
30                    port:mpfr
31
32configure.args-append     --infodir=${prefix}/share/info
33configure.cppflags-append -I${prefix}/include/gnugetopt -Wno-pointer-sign \
34                          -I${prefix}/include/db44
35configure.ldflags-append  -lgnugetopt -L${prefix}/lib/db44