freebsd-ports/games/lbreakout/Makefile
Dmitry Marakasov f97f297ce7 games/lbreakouthd: add port: Breakout-style arcade game
- Also deprecate (without setting EXPIRATION_DATE, as the ports
  still build and work fine) games/lbreakout and games/lbreakout2 -
  the former has latest release in 2001 and is not even mentioned on
  the upstream website any more, and the latter explicitly mentions
  deprecation. LBreakoutHD is claimed to support all levelsets and
  themes for LBreakout2, being a drop-in replacement for it.
- While here, some cosmetic fixes to games/lbreakout and games/lbreakout2.

LBreakoutHD is a scaleable 16:9 remake of LBreakout2. You try to
clear levels full of different types of bricks and extras by using
your paddle to aim balls at the bricks.

All LBreakout2 themes and levelsets work. New themes can be of any
resolution.
2023-01-23 18:32:36 +03:00

29 lines
688 B
Makefile

PORTNAME= lbreakout
PORTVERSION= 010315
PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Nice clone of classical Breakout game
WWW= https://sourceforge.net/projects/lgames/files/lbreakout/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Abandoned by upsteam, does not support large screen resolutions. Use games/lbreakouthd instead
USES= gmake sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
LIBS+= -lcompat
pre-install:
${MKDIR} ${STAGEDIR}/var/games/${PORTNAME}
post-install:
${MV} ${STAGEDIR}/var/games/${PORTNAME}/lbreakout.hscr \
${STAGEDIR}/var/games/${PORTNAME}/lbreakout.hscr.sample
.include <bsd.port.mk>