freebsd-ports/emulators/elliott-803/Makefile
Christopher Hall de874783f8
emulators/elliott-803: Update to 0.1.9
Fixes compilation problems with newer clang 13 on 13.1-aarch64.

Differential Revision:	https://reviews.freebsd.org/D34611
2022-03-22 10:54:27 +08:00

20 lines
446 B
Makefile

PORTNAME= elliott-803
PORTVERSION= 0.1.9
DISTVERSIONPREFIX= v
CATEGORIES= emulators
MAINTAINER= hsw@bitmark.com
COMMENT= Emulator and compilers for Elliott 803 computer
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++17-lang ncurses
MAKE_ARGS+= DATADIR="${DATADIR}" PREFIX="${PREFIX}" VERSION="${PKGVERSION}"
MAKE_ENV+= LC_ALL=en_US.UTF-8
USE_GITHUB= yes
GH_ACCOUNT= hxw
GH_PROJECT= Elliott-803
.include <bsd.port.mk>