1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/lang/ott/Makefile
Li-Wen Hsu fa9290fee7 Add ott, tool for writing definitions of programming languages and calculi
Inspired by:	Domagoj Stolfa <domagoj.stolfa@cl.cam.ac.uk>
2018-09-18 00:19:31 +00:00

28 lines
439 B
Makefile

# $FreeBSD$
PORTNAME= ott
PORTVERSION= 0.28
CATEGORIES= lang
MAINTAINER= domagoj.stolfa@cl.cam.ac.uk
COMMENT= Tool for writing definitions of programming languages and calculi
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= gmake
ALL_TARGET= world
USE_GITHUB= yes
GH_ACCOUNT= ott-lang
USE_OCAML= yes
PLIST_FILES= bin/ott
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/ott ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>