diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-29 02:57:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-29 02:57:36 +0000 |
commit | 72fba00353bfddbe46540b437b70007241770437 (patch) | |
tree | 44945379a301114badb967fc762aad8c020db3fd /lang/opencobol/Makefile | |
parent | d285696942df9ad11c7e11f8aa949cd9c97d0662 (diff) | |
download | pkgsrc-72fba00353bfddbe46540b437b70007241770437.tar.gz |
Initial import of opencobol-0.23.
OpenCOBOL is an open-source COBOL compiler, which translates COBOL
programs to C code and compiles it using GCC.
Diffstat (limited to 'lang/opencobol/Makefile')
-rw-r--r-- | lang/opencobol/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lang/opencobol/Makefile b/lang/opencobol/Makefile new file mode 100644 index 00000000000..be7755881e0 --- /dev/null +++ b/lang/opencobol/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/29 02:57:36 xtraeme Exp $ +# + +DISTNAME= open-cobol-0.23 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-cobol/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://open-cobol.sourceforge.net/ +COMMENT= Open-source COBOL compiler + +BUILD_USES_MSGFMT= yes + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_PKGINSTALL= yes +USE_PKGLOCALEDIR= yes + +INFO_FILES= open-cobol.info + +CONFIGURE_ARGS+= --with-readline +CONFIGURE_ARGS+= --with-lfs + +EGDIR= ${PREFIX}/share/examples/${PKGBASE} +CONF_FILES= ${EGDIR}/libconf.conf ${PKG_SYSCONFDIR}/libconf.conf + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/gmp/buildlink3.mk" +.include "../../devel/libtool/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" +.include "../../mk/bdb.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |