freebsd-ports/emulators/elliott-803/Makefile
Li-Wen Hsu 591cfcbbcf Update to 0.1.4
Submitted by:	Christopher Hall <hsw@bitmark.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25570
2020-07-06 08:09:17 +00:00

24 lines
481 B
Makefile

# $FreeBSD$
PORTNAME= elliott-803
PORTVERSION= 0.1.4
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
MAKEFILE= BSDmakefile
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>