2000-10-20 09:32:38 +02:00
|
|
|
PORTNAME= lbreakout
|
2001-03-16 17:59:21 +01:00
|
|
|
PORTVERSION= 010315
|
2015-01-25 03:55:56 +01:00
|
|
|
PORTREVISION= 9
|
2000-10-20 09:32:38 +02:00
|
|
|
CATEGORIES= games
|
2011-07-02 09:37:41 +02:00
|
|
|
MASTER_SITES= SF/lgames/${PORTNAME}
|
2000-10-20 09:32:38 +02:00
|
|
|
|
2006-09-05 06:26:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-11-03 00:41:51 +01:00
|
|
|
COMMENT= Nice clone of classical Breakout game
|
2023-01-23 16:23:08 +01:00
|
|
|
WWW= https://sourceforge.net/projects/lgames/files/lbreakout/
|
2000-10-20 09:32:38 +02:00
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2015-01-25 03:55:56 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2023-01-23 16:23:08 +01:00
|
|
|
DEPRECATED= Abandoned by upsteam, does not support large screen resolutions. Use games/lbreakouthd instead
|
|
|
|
|
2019-11-08 11:47:01 +01:00
|
|
|
USES= gmake sdl
|
2023-01-23 16:23:08 +01:00
|
|
|
USE_SDL= sdl
|
2000-10-20 09:32:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -lcompat
|
2000-10-20 09:32:38 +02:00
|
|
|
|
|
|
|
pre-install:
|
2013-11-03 00:41:51 +01:00
|
|
|
${MKDIR} ${STAGEDIR}/var/games/${PORTNAME}
|
2000-10-20 09:32:38 +02:00
|
|
|
|
2015-01-25 03:55:56 +01:00
|
|
|
post-install:
|
|
|
|
${MV} ${STAGEDIR}/var/games/${PORTNAME}/lbreakout.hscr \
|
|
|
|
${STAGEDIR}/var/games/${PORTNAME}/lbreakout.hscr.sample
|
|
|
|
|
2000-10-20 09:32:38 +02:00
|
|
|
.include <bsd.port.mk>
|