freebsd-ports/devel/mercator/Makefile
2013-04-23 10:13:19 +00:00

21 lines
438 B
Makefile

# Created by: Janni
# $FreeBSD$
PORTNAME= mercator
PORTVERSION= 0.3.2
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
CXXFLAGS+= -include wchar.h
CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
.include <bsd.port.mk>