mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
3194080149
Submitter becomes maintainer. Already maintainer of other ports. Changelog: https://sourceforge.net/p/lgames/news/2022/10/barrage-106-released/ PR: 269938
32 lines
745 B
Makefile
32 lines
745 B
Makefile
PORTNAME= barrage
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/lgames/${PORTNAME}/
|
|
|
|
MAINTAINER= Clockwork6400@protonmail.com
|
|
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>
|