openbsd-ports/lang/open-cobol/Makefile

36 lines
806 B
Makefile
Raw Normal View History

2009-03-16 07:40:24 -04:00
# $OpenBSD: Makefile,v 1.7 2009/03/16 11:40:24 espie Exp $
COMMENT= open source COBOL compiler
DISTNAME= open-cobol-1.0
2009-03-16 07:40:24 -04:00
PKGNAME = ${DISTNAME}p0
SHARED_LIBS += cob 3.0 # .2.0
CATEGORIES= lang
HOMEPAGE= http://www.opencobol.org/
# compiler: GPL
# run-time library: LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-cobol/}
2009-03-16 07:40:24 -04:00
LIB_DEPENDS= db:db->=4,<5:databases/db/v4 \
2006-08-03 09:09:09 -04:00
gmp.>=6::devel/gmp
MODULES= devel/gettext
USE_LIBTOOL= Yes
WANTLIB= c m ncurses
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE=gnu autoconf
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="-I${LOCALBASE}/include" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/db4"
.include <bsd.port.mk>