Files
sthen 898fe94620 bump py-numpy consumers. at least those which have compiled modules using
numpy are no longer ABI-compatible following the update to numpy 2.x.
this may over-bump slightly, but I've seen problems with at least pandas
and scipy, and identifying others individually is too time-consuming.
2025-05-20 12:10:49 +00:00

28 lines
635 B
Makefile

COMMENT= falling blocks puzzle game
DISTNAME= angrydd-1.0.2
CATEGORIES= games
REVISION= 3
# GPLv2
PERMIT_PACKAGE= Yes
# old upstream (http://www.sacredchao.net/~piman/angrydd/) is no more;
# this distfile is forked from the old one with patches added from
# https://salsa.debian.org/games-team/angrydd/-/raw/master/debian/patches/python3.patch
SITES= https://dickman.org/openbsd/distfiles/
BUILD_DEPENDS= devel/pygame
RUN_DEPENDS= devel/pygame \
math/py-numpy
MODULES= lang/python
CONFIGURE_STYLE=none
MODPY_ADJ_FILES=angrydd.py check.py
NO_TEST= Yes
MAKE_FLAGS= TO=share/angrydd PREFIX=${TRUEPREFIX}
.include <bsd.port.mk>