Files
ports/lang/pcbasic/Makefile
T
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

33 lines
614 B
Makefile

COMMENT = free, cross-platform emulator for GW-BASIC family (PC-BASIC)
MODPY_DISTV = 2.0.7
GH_ACCOUNT = robhagemans
GH_PROJECT = pcbasic
GH_TAGNAME = v${MODPY_DISTV}
DISTNAME = pcbasic-${MODPY_DISTV}
REVISION = 3
CATEGORIES = lang
HOMEPAGE = http://www.pc-basic.org/
# GPLv3+
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = hatchling
# test_main hangs forever
MODPY_PYTEST_ARGS = --ignore tests/unit/test_main.py
PORTHOME = ${WRKDIST}
BUILD_DEPENDS = devel/py-hatch-nodejs-version
RUN_DEPENDS = devel/py-parallel \
devel/py-serial \
devel/sdl2-gfx \
math/py-numpy
.include <bsd.port.mk>