1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/games/barrage/Makefile
Clockwork6400 fdc2540238 games/barrage: update to 1.0.7
Drop maintainership.

Changelog: https://sourceforge.net/p/lgames/news/2023/06/barrage-107-released/

PR:		272423
MFH:		2023Q3
2023-07-12 00:07:21 +02:00

32 lines
734 B
Makefile

PORTNAME= barrage
PORTVERSION= 1.0.7
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Destroy as many targets as possible
WWW= http://lgames.sourceforge.net/index.php?project=Barrage
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gmake gnome sdl
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS BUGS ChangeLog README
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure
post-install:
${LN} -sf ${PREFIX}/share/icons/${PORTNAME}48.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>