Ticket #16812: Portfile.diff
File Portfile.diff, 1.8 KB (added by cooljeanius (Eric Gallager), 12 years ago) |
---|
-
Portfile
old new 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 5 5 6 name open-cobol 6 version 1. 07 version 1.1 7 8 categories lang 8 maintainers nomaintainer 9 maintainers gwmail.gwu.edu:egall openmaintainer 10 license GPL-2+ 9 11 description OpenCOBOL 10 12 long_description OpenCOBOL is an open-source COBOL compiler. 11 13 … … 14 16 15 17 master_sites sourceforge:open-cobol 16 18 17 checksums md5 947e0d9c4ee7fa8f077ea4bca2f894e5\18 sha1 4c0930a74e92014317b2f237aaedc90acc2b72df\19 rmd160 28c666885e46aeaed0f12b425b1f11a5125db49019 checksums md5 e38c898e01d50a7ca6bb3e41cfcb0c64 \ 20 sha1 a833f011cd0f56d0aa3d97a56258ddd5141b594c \ 21 rmd160 931cd83d5ebbfae66b6e2601bb100e07a10d61a6 20 22 21 depends_lib 23 depends_lib-append port:gmp \ 22 24 port:libtool \ 23 port:db46 \ 24 port:ncurses 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