pkgsrc/lang/opensource-cobol/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

44 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:30 rillig Exp $
DISTNAME= opensource-cobol-1.5.1J-utf8
PKGNAME= ${DISTNAME:S/-utf8//}
CATEGORIES= lang
MASTER_SITES= -https://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=382&upload_id=761
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://www.osscons.jp/osscobol/
COMMENT= UTF-8 version of opensource COBOL, OpenCOBOL with Japanese extensions
LICENSE= gnu-gpl-v2
CONFLICTS= opencobol-[0-9]* open-cobol-ce-[0-9]*
BDB_ACCEPTED= db4
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_FEATURES+= strnlen
CONFIGURE_ARGS+= --enable-utf8
TEST_TARGET= check
#BUILDLINK_TRANSFORM+= l:db:db4
# XXX This SUBST will work for NetBSD. Be more intelligent.
SUBST_CLASSES+= bdb
SUBST_MESSAGE.bdb= Fixing runrime error.
SUBST_STAGE.bdb= pre-configure
SUBST_FILES.bdb= configure
SUBST_SED.bdb= -e 's,db-4.4,db4,g'
SUBST_SED.bdb+= -e 's,ncurses,curses,g'
INFO_FILES= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"