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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name open-cobol |
---|
7 | version 1.1 |
---|
8 | categories lang |
---|
9 | maintainers gwmail.gwu.edu:egall openmaintainer |
---|
10 | license GPL-2+ |
---|
11 | description OpenCOBOL |
---|
12 | long_description OpenCOBOL is an open-source COBOL compiler. |
---|
13 | |
---|
14 | homepage http://www.opencobol.org/ |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | master_sites sourceforge:open-cobol |
---|
18 | |
---|
19 | checksums md5 e38c898e01d50a7ca6bb3e41cfcb0c64 \ |
---|
20 | sha1 a833f011cd0f56d0aa3d97a56258ddd5141b594c \ |
---|
21 | rmd160 931cd83d5ebbfae66b6e2601bb100e07a10d61a6 |
---|
22 | |
---|
23 | depends_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 | |
---|
32 | configure.args-append --infodir=${prefix}/share/info |
---|
33 | configure.cppflags-append -I${prefix}/include/gnugetopt -Wno-pointer-sign \ |
---|
34 | -I${prefix}/include/db44 |
---|
35 | configure.ldflags-append -lgnugetopt -L${prefix}/lib/db44 |
---|