openbsd-ports/games/jumpnbump/Makefile
naddy c0f5554a06 remove useless CONFIGURE_STYLE=none
If a port should not attempt to run a configure script, simply don't
set CONFIGURE_STYLE at all.

The perl and pyton modules use CONFIGURE_STYLE=none for their own
purposes.  Also, some ports use it to disable a default provided
by Makefile.inc.  Apart from that, CONFIGURE_STYLE=none has no meaning.

ok semarie@ ajacoutot@ kn@ sthen@
2022-11-13 22:24:51 +00:00

32 lines
613 B
Makefile

V = 1.61
COMMENT = game of cute bunnies jumping on each other's heads
DISTNAME = jumpnbump-${V}
REVISION = 0
CATEGORIES = games x11
HOMEPAGE = https://gitlab.com/LibreGames/jumpnbump
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += SDL2 SDL2_mixer SDL2_net bz2 c m z
MASTER_SITES = https://gitlab.com/LibreGames/jumpnbump/-/archive/${V}/
BUILD_DEPENDS = devel/gettext,-tools
LIB_DEPENDS = archivers/bzip2 \
devel/sdl2-mixer \
devel/sdl2-net
RUN_DEPENDS = devel/desktop-file-utils
USE_GMAKE = Yes
FAKE_FLAGS = DESTDIR=
NO_TEST = Yes
.include <bsd.port.mk>