1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/flukz/Makefile
Raphael Kubo da Costa 366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00

32 lines
783 B
Makefile

# $FreeBSD$
PORTNAME= flukz
PORTVERSION= 0.4
CATEGORIES= games
MASTER_SITES= http://download.tuxfamily.org/${PORTNAME}/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Vertically scrolling shoot'em up
USES= qmake
USE_QT4= multimedia network moc_build rcc_build
DESKTOP_ENTRIES= Flukz "" ${PORTNAME} \
${PORTNAME} "Game;ArcadeGame;" true
PLIST_FILES= bin/flukz \
share/pixmaps/flukz.png
post-patch:
${REINPLACE_CMD} 's,flukz_debug,flukz,' ${WRKSRC}/flukz.pro
${REINPLACE_CMD} 's,malloc.h,stdlib.h,' \
${WRKSRC}/src/soundengine/stb_vorbis.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/flukz ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/images/flukz-24x32.png \
${STAGEDIR}${PREFIX}/share/pixmaps/flukz.png
.include <bsd.port.mk>