freebsd-ports/emulators/x16-rom/Makefile
Max Brazhnikov 313f9552c4 emulators/x16-emulator: Update to r43
* Update Commander X16 emulator and rom to r43
* Update WWW/GH_ACCOUNT - the project has moved to new account
2023-07-12 13:51:06 +03:00

32 lines
663 B
Makefile

PORTNAME= x16-rom
DISTVERSION= r43
CATEGORIES= emulators
MAINTAINER= makc@FreeBSD.org
COMMENT= Commander X16 ROM
WWW= https://github.com/X16Community
BUILD_DEPENDS= cc65:devel/cc65 \
bash:shells/bash
USES= gmake python:build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= X16Community
SHEBANG_FILES= findsymbols
MAKE_JOBS_UNSAFE= yes
DATADIR= ${PREFIX}/share/x16-emulator
BINARY_ALIAS= make=${MAKE_CMD} \
python3=${PYTHON_CMD}
PORTDATA= rom.bin
post-patch:
${REINPLACE_CMD} '1s,bash,sh,' ${WRKSRC}/scripts/symbolize.sh
do-install:
${MKDIR} ${STAGEDIR}/${DATADIR}
${INSTALL_DATA} ${WRKSRC}/build/x16/rom.bin ${STAGEDIR}/${DATADIR}
.include <bsd.port.mk>