freebsd-ports/devel/mercator/Makefile
Oliver Lehmann 736907d5b7 update devel/atlas-devel to 0.6.3 which now requires a C++-11 compiler
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
2013-11-21 08:19:34 +00:00

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>