mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
27 lines
606 B
Makefile
27 lines
606 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= solarus
|
|
PORTVERSION= 1.1.0
|
|
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/lua \
|
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
|
libogg.so:${PORTSDIR}/audio/libogg
|
|
|
|
USE_SDL= sdl ttf image
|
|
USE_OPENAL= yes
|
|
|
|
PLIST_FILES= bin/solarus
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|