aboutsummaryrefslogtreecommitdiff
path: root/games/frozen-bubble/Makefile
blob: 95a60f1fce4905060637f6244a44ac5b35d61687 (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
29
30
31
32
33
34
35
36
37
38
# Created by: Klaus Goger <klaus.goger@reflex.at>
# $FreeBSD$

PORTNAME=	frozen-bubble
DISTVERSION=	2.2.1-beta1
PORTREVISION=	6
CATEGORIES=	games
MASTER_SITES=	http://www.frozen-bubble.org/data/

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Throw colourful bubbles to build groups and destroy the groups

LICENSE=	GPLv2

BUILD_DEPENDS:=	${RUN_DEPENDS} \
		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS=	p5-SDL>=2.511:${PORTSDIR}/devel/p5-SDL \
		p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \
		p5-IPC-System-Simple>=0:${PORTSDIR}/devel/p5-IPC-System-Simple \
		p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
		p5-Locale-Maketext-Lexicon>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
		p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
		p5-Alien-SDL>=1.413:${PORTSDIR}/devel/p5-Alien-SDL

USES=		perl5 pkgconfig tar:bzip2
USE_PERL5=	modbuild
USE_SDL=	mixer pango sdl ttf
CFLAGS+=	-Qunused-arguments

DESKTOP_ENTRIES=	"Frozen Bubble" "" \
			"${PREFIX}/share/pixmaps/frozen-bubble.png" \
			"${PORTNAME}" "ArcadeGame;Game;" true

post-install:
	${INSTALL_DATA} ${WRKSRC}/share/icons/frozen-bubble-icon-64x64.png \
		${STAGEDIR}${PREFIX}/share/pixmaps/frozen-bubble.png

.include <bsd.port.mk>