pkgsrc/lang/caml-light/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

34 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/01/26 17:31:26 rillig Exp $
#
DISTNAME= cl74unix
PKGNAME= caml-light-0.74
PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= https://caml.inria.fr/caml-light/index.en.html
COMMENT= Another implementation of Caml
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/cl74/src
BUILD_TARGET= world
INSTALLATION_DIRS+= bin lib/caml-light ${PKGMANDIR}/man1
USE_TOOLS+= pax
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "MirBSD"
CPP= /usr/libexec/cpp -P -C -Dunix
.endif
do-configure:
cd ${WRKSRC} && ${MAKE} configure
post-configure:
${ECHO} '#define HAS_STRERROR' >> ${WRKDIR}/cl74/config/s.h
.include "../../mk/bsd.pkg.mk"