openbsd-ports/lang/rsm/Makefile
thfr a2df76db40 import lang/rsm. BSDmakefile improvements and ok bcallah@
DESCR:
M or MUMPS is a a high performance transaction processing key-value database
with integrated programming language. It was originally developed at
Massachusetts General Hospital for managing hospital laboratory information
systems. It is widely used in the healthcare and banking sectors.

Reference Standard M (RSM) is an implementation of the M programming language
and database, which was originally created by Ray Douglas Newman as MUMPS V1
(MV1). The name change to Reference Standard M reflects its role as a reference
implementation for the M Development Committee (MDC). RSM attempts to track and
implement the latest M standard that is released by the MDC, currently ANSI
X11.1-1995.

RSM is developed and maintained by David Wicksell.
2022-04-15 02:08:40 +00:00

29 lines
778 B
Makefile

COMMENT = Reference Standard M, implementation of M/MUMPS
DISTNAME = ${GL_PROJECT}-${GL_TAGNAME}
PKGNAME = ${GL_PROJECT}-${GL_TAGNAME:S/v//}
GL_ACCOUNT = Reference-Standard-M
GL_PROJECT = rsm
GL_TAGNAME = v1.76.2
CATEGORIES = lang
HOMEPAGE = https://gitlab.com/${GL_ACCOUNT}/${GL_TAGNAME}
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# AGPL-3.0+
PERMIT_PACKAGE = Yes
WANTLIB += c m
MASTER_SITES = https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/-/archive/${GL_TAGNAME}/
NO_TEST = Yes
MAKE_FILE = BSDmakefile
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/rsm
${INSTALL_DATA} ${WRKBUILD}/utils.rsm ${PREFIX}/share/rsm/
${INSTALL_DATA} ${WRKBUILD}/COPYING ${PREFIX}/share/rsm/
${INSTALL_DATA} ${WRKBUILD}/README.adoc ${PREFIX}/share/rsm/
.include <bsd.port.mk>