1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/solarus/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

28 lines
663 B
Makefile

# $FreeBSD$
PORTNAME= solarus
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.solarus-games.org/downloads/solarus/
DISTNAME= solarus-${PORTVERSION}-src
MAINTAINER= danilo@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 \
libluajit-5.1.so:${PORTSDIR}/lang/luajit \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libogg.so:${PORTSDIR}/audio/libogg
USE_SDL= sdl2 ttf2 image2
PLIST_FILES= bin/solarus
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= cmake openal
.include <bsd.port.mk>