Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2004 19:10:19 -0800 (PST)
From:      Igor Pokrovsky <tiamat@comset.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/62016: New port: graphics/demeter A C++ library to render 3D terrains using OpenGL
Message-ID:  <200403200310.i2K3AJvj085304@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62016; it has been noted by GNATS.

From: Igor Pokrovsky <tiamat@comset.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: daniel@roe.ch
Subject: Re: ports/62016: New port: graphics/demeter A C++ library to render 3D terrains using OpenGL
Date: Fri, 19 Mar 2004 14:04:01 +0300

 diff -ru demeter.orig/Makefile demeter/Makefile
 --- demeter.orig/Makefile	Fri Mar 19 08:48:45 2004
 +++ demeter/Makefile	Fri Mar 19 14:01:50 2004
 @@ -22,6 +22,8 @@
  USE_REINPLACE=	yes
  USE_GL=		yes
  USE_X_PREFIX=	yes
 +WANT_GNOME=	yes
 +WANT_SDL=	yes
  GNU_CONFIGURE=	yes
  CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
  CONFIGURE_ENV=	CXXFLAGS="${CXXFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
 @@ -34,11 +36,11 @@
  
  .include <bsd.port.pre.mk>
  
 -.if exists(${LOCALBASE}/lib/libSDL-1.1.so)
 +.if ${HAVE_SDL:Msdl} && ${HAVE_SDL:Mimage}
  WITH_SDL=	yes
  .endif
  
 -.if exists(${LOCALBASE}/lib/libxml2.so)
 +.if ${HAVE_GNOME:Mlibxml2}
  WITH_LIBXML2=	yes
  .endif
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403200310.i2K3AJvj085304>