1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/flare-game/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

37 lines
734 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= flare
PORTVERSION= 0.19
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}-game/Linux/
DISTNAME= ${PORTNAME}-game.${PORTVERSION}
PKGNAMESUFFIX= -game
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Free Libre Action Roleplaying Engine
LICENSE= GPLv3
RUN_DEPENDS= flare:${PORTSDIR}/games/flare-engine
USES= cmake
CMAKE_BUILD_TYPE= #empty
INSTALLS_ICONS= yes
CMAKE_ARGS= -DBINDIR="bin" -DDATADIR="share/flare"
PORTDOCS= *
PORTDATA= *
DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>