mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
334eb0fc61
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)
23 lines
447 B
Makefile
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>
|