freebsd-ports/games/xboing/Makefile
Bernhard Froehlich dbe77e0485
games/xboing: Add CPE information
Approved by:	portmgr (blanket)
2021-08-31 19:50:06 +00:00

28 lines
486 B
Makefile

# Created by: janek
PORTNAME= xboing
PORTVERSION= 2.4
PORTREVISION= 5
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
post-install:
${RM} ${STAGEDIR}${PREFIX}/lib/X11/xboing/.xboing.scr
.include <bsd.port.mk>