aboutsummaryrefslogtreecommitdiff
path: root/games/solarus/Makefile
blob: 585c007c5bf57c9b1f802aed370c33c6e4ad0039 (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
# $FreeBSD$

PORTNAME=	solarus
PORTVERSION=	1.1.1
CATEGORIES=	games
MASTER_SITES=	http://www.solarus-games.org/downloads/solarus/
DISTNAME=	solarus-${PORTVERSION}-src

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Zelda-like 2D game engine

LIB_DEPENDS=	libphysfs.so:${PORTSDIR}/devel/physfs \
		libmodplug.so:${PORTSDIR}/audio/libmodplug \
		liblua-5.1.so:${PORTSDIR}/lang/lua51 \
		libvorbis.so:${PORTSDIR}/audio/libvorbis \
		libogg.so:${PORTSDIR}/audio/libogg

USE_SDL=	sdl ttf image

PLIST_FILES=	bin/solarus

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES=		cmake openal

.include <bsd.port.mk>