freebsd-ports/emulators/elliott-803/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
446 B
Makefile

PORTNAME= elliott-803
PORTVERSION= 0.1.8
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>