0dffefb33f
devel/eris: 1.3.21 devel/mercator: 0.3.2 devel/varconf: 1.0.0 math/wfmath: 1.0.1 net/cyphesis: 0.6.0 net/skstream: 0.3.9 games/ember: 0.7.0
22 lines
454 B
Makefile
22 lines
454 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
|
|
|
|
USE_GNOME= gnomehack
|
|
USE_PKGCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CXXFLAGS+= -include wchar.h
|
|
CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|