1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/eris/Makefile
Baptiste Daroussin e4309c5507 Chase a bunch of failures after libsigc++20 update
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11
where needed.
Mark as broken a bunch of ports which are not c++11 compatible
2017-04-02 09:42:48 +00:00

25 lines
576 B
Makefile

# Created by: Janni
# $FreeBSD$
PORTNAME= eris
PORTVERSION= 1.3.23
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= SF/worldforge/Eris%201.4%20%28client%20lib%29/${PORTVERSION}/
MAINTAINER= oliver@FreeBSD.org
COMMENT= WorldForge client entity library
LIB_DEPENDS= libAtlas-0.6.so:devel/atlas-devel \
libskstream-0.3.so:net/skstream \
libwfmath-1.0.so:math/wfmath \
libsigc-2.0.so:devel/libsigc++20 \
libmercator-0.3.so:devel/mercator
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig compiler:c++11-lib
USE_CXXSTD= c++11
.include <bsd.port.mk>