mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
fbd0197639
- 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
40 lines
786 B
Makefile
40 lines
786 B
Makefile
# New ports collection makefile for: flare
|
|
# Date created: 03 May 2011
|
|
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flare
|
|
DISTVERSION= 015_1
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://cloud.github.com/downloads/clintbellanger/flare/ \
|
|
http://mirror.amdmi3.ru/files/
|
|
DISTNAME= ${PORTNAME}_linux_v${DISTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Free Libre Action Roleplaying Engine
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_CMAKE= yes
|
|
USE_SDL= sdl mixer image ttf
|
|
MAKE_JOBS_SAFE= yes
|
|
CMAKE_BUILD_TYPE= #empty
|
|
INSTALLS_ICONS= yes
|
|
|
|
CMAKE_ARGS= -DBINDIR="bin" -DDATADIR="share/flare"
|
|
|
|
LATEST_LINK= flare-rpg
|
|
|
|
PORTDOCS= *
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|