Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/elliott-803/Makefile
16460 views
PORTNAME=	elliott-803
PORTVERSION=	0.1.11
PORTREVISION=	1
DISTVERSIONPREFIX=	v
CATEGORIES=	emulators

MAINTAINER=	[email protected]
COMMENT=	Emulator and compilers for Elliott 803 computer
WWW=		https://github.com/hxw/Elliott-803

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		compiler:c++17-lang ncurses
MAKE_ARGS+=	DATADIR="${DATADIR}" PREFIX="${PREFIX}" VERSION="${PKGVERSION}" MAN1_DIR="${STAGEDIR}/${PREFIX}/share/man/man1"
MAKE_ENV+=	LC_ALL=en_US.UTF-8

USE_GITHUB=	yes
GH_ACCOUNT=	hxw
GH_PROJECT=	Elliott-803

.include <bsd.port.mk>