1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/solarus/Makefile
Antoine Brodin 125764e022 Attempt to fix INDEX
With hat:	portmgr
2014-05-26 17:31:43 +00:00

26 lines
599 B
Makefile

# $FreeBSD$
PORTNAME= solarus
PORTVERSION= 1.1.1
CATEGORIES= games
MASTER_SITES= http://www.solarus-games.org/downloads/solarus/
DISTNAME= solarus-${PORTVERSION}-src
MAINTAINER= eadler@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>