1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/mercator/Makefile
Oliver Lehmann aae2692930 big WorldForge update:
update eris to 1.3.18
update wfmath to 0.3.11
update skstream to 0.3.8
update mercator to 0.3.0
update ember to 0.6.1
update cyphesis to 0.5.26
2011-04-29 05:56:56 +00:00

26 lines
545 B
Makefile

# New ports collection makefile for: mercator
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= mercator
PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= A procedural terrain library
LIB_DEPENDS= wfmath-0.3.5:${PORTSDIR}/math/wfmath
USE_GNOME= pkgconfig gnomehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CXXFLAGS+= -include wchar.h
CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
.include <bsd.port.mk>