freebsd-ports/games/plee-the-bear/Makefile
Marcus von Appen fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00

37 lines
890 B
Makefile

# New ports collection makefile for: plee-the-bear
# Date created: 28 Mar 2008
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= plee-the-bear
PORTVERSION= 0.3.1
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Plee%20the%20Bear/0.3
DISTNAME= ${PORTNAME}-${PORTVERSION}-light
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= 2D platform jump and run game
LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
claw_application.1:${PORTSDIR}/devel/libclaw
USE_BZIP2= yes
USE_SDL= sdl mixer
USE_GL= gl glu
WANT_GNOME= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
USE_CMAKE= yes
CMAKE_ARGS= -DCMAKE_MODULE_PATH="${LOCALBASE}/lib/claw/"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|"stats.dat"|get_custom_game_file(&).c_str()| ' \
${WRKSRC}/dev/bear_engine/src/core/engine/code/game.cpp
.include <bsd.port.mk>