freebsd-ports/games/sdlroids/Makefile
Robert Clausecker c2358eae97 games/sdlroids: fix build with -fno-common
Turn a variable definition in a header file into a declaration.
This fixes the build on FreeBSD 13+.
2023-04-14 16:16:10 +02:00

38 lines
996 B
Makefile

PORTNAME= sdlroids
DISTVERSION= 1.3.4
PORTREVISION= 19
CATEGORIES= games
MASTER_SITES= SF \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced shoot-the-asteroids game
WWW= https://sourceforge.net/projects/sdlroids/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake sdl tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share
USE_CSTD= gnu89
USE_SDL= mixer sdl
PORTDOCS= ChangeLog README README.orig README.petopt README.xhyperoid
OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES="SDLRoids" "" "${PORTNAME}" \
"${PORTNAME} -n 2" "Game;ArcadeGame;" ""
post-install:
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>