blob: 30d1fc4b3904267878969ce0b8bd8020d22e4744 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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>
|