new .so version changes in affected ports change some ports to use USE_GCC=4.7+ (tested with 4.7 and 4.8) as this is needed for dependencies to devel/atlas-devel finally fix the compilation error in games/ember for at least FreeBSD 9
23 lines
442 B
Makefile
23 lines
442 B
Makefile
# Created by: Janni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mercator
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION}
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= A procedural terrain library
|
|
|
|
LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/math/wfmath
|
|
|
|
USES= pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= yes
|
|
|
|
CXXFLAGS+= -include wchar.h
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|