aboutsummaryrefslogtreecommitdiff
path: root/games/lbreakout/Makefile
blob: 977e2cf7a898b9154cb9b7d3de3bd2e4c28d33c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>