blob: a2eadfb21579cd6bc72ed7ef0ee7a62cc68091ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: mercator
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= mercator
PORTVERSION= 0.2.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
MAINTAINER= oliver@FreeBSD.org
COMMENT= A procedural terrain library
LIB_DEPENDS= wfmath-0.3.3:${PORTSDIR}/math/wfmath
USE_GNOME= pkgconfig
USE_AUTOTOOLS= libtool:15:inc
USE_GCC= 3.4
INSTALLS_SHLIB= yes
CXXFLAGS+= -include wchar.h
CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
.include <bsd.port.mk>
|