ports/62016: New port: graphics/demeter A C++ library to render 3D terrains using OpenGL

Igor Pokrovsky tiamat at comset.net
Sat Mar 20 03:10:19 UTC 2004


The following reply was made to PR ports/62016; it has been noted by GNATS.

From: Igor Pokrovsky <tiamat at comset.net>
To: FreeBSD-gnats-submit at freebsd.org
Cc: daniel at 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
  



More information about the freebsd-ports-bugs mailing list