|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/games/stonesoup/Makefile 343603 2014-02-10 08:37:23Z culot $ |
2 |
# $FreeBSD: head/games/stonesoup/Makefile 343603 2014-02-10 08:37:23Z culot $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= stonesoup |
4 |
PORTNAME= stonesoup |
| 5 |
PORTVERSION= 0.13.1 |
5 |
PORTVERSION= 0.13.2 |
| 6 |
CATEGORIES= games |
6 |
CATEGORIES= games |
| 7 |
MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} |
7 |
MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} |
| 8 |
DISTNAME= stone_soup-${PORTVERSION}-nodeps |
8 |
DISTNAME= stone_soup-${PORTVERSION}-nodeps |
|
Lines 15-21
Link Here
|
| 15 |
|
15 |
|
| 16 |
USE_SQLITE= yes |
16 |
USE_SQLITE= yes |
| 17 |
USE_XZ= yes |
17 |
USE_XZ= yes |
| 18 |
USES= bison gmake perl5 pkgconfig |
18 |
USES= bison gmake perl5 pkgconfig compiler |
| 19 |
USE_LUA= 5.1 |
19 |
USE_LUA= 5.1 |
| 20 |
USE_PERL5= build |
20 |
USE_PERL5= build |
| 21 |
|
21 |
|
|
Lines 79-85
Link Here
|
| 79 |
|
79 |
|
| 80 |
.include <bsd.port.pre.mk> |
80 |
.include <bsd.port.pre.mk> |
| 81 |
|
81 |
|
| 82 |
.if ${OSVERSION} >= 1000100 |
82 |
.if ${COMPILER_TYPE} == clang |
| 83 |
CFLAGS+= -std=c++0x |
83 |
CFLAGS+= -std=c++0x |
| 84 |
.endif |
84 |
.endif |
| 85 |
|
85 |
|