Files
ports/games/xboing/Makefile
T
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

34 lines
565 B
Makefile

PORTNAME= xboing
PORTVERSION= 2.4
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= XCONTRIB/games
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 arcade game
LICENSE= MIT
USES= cpe imake xorg
USE_XORG= xpm xext x11
WRKSRC= ${WRKDIR}/xboing
OPTIONS_DEFINE=SOUND
OPTIONS_DEFAULT=SOUND
OPTIONS_SUB=yes
SOUND_MAKE_ENV= WITHOUT_AUDIO=True
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
post-install:
${RM} ${STAGEDIR}${PREFIX}/lib/X11/xboing/.xboing.scr
.include <bsd.port.mk>