1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/mercator/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

23 lines
447 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
USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CXXFLAGS+= -include wchar.h
CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
.include <bsd.port.mk>