=================================================================== RCS file: /cvs/ports/graphics/ogre3d/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/ogre3d/Attic/Makefile 2010/05/30 10:20:01 1.1 +++ ports/graphics/ogre3d/Attic/Makefile 2010/08/18 09:50:32 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2010/05/30 09:20:01 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2010/08/18 08:50:32 yason Exp $ COMMENT = open-source graphics rendering engine @@ -15,7 +15,7 @@ HOMEPAGE = http://www.ogre3d.org/ -#MAINTAINER = ??? +#MAINTAINER = Kirill Bychkov # MIT PERMIT_PACKAGE_CDROM = Yes @@ -26,22 +26,21 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ogre/} EXTRACT_SUFX = .tar.bz2 -WANTLIB += GL GLU ICE SM X11 Xaw Xext Xrandr Xt c freetype m pthread -WANTLIB += stdc++ z +WANTLIB += GL GLU ICE SM X11 Xaw Xext Xrandr Xt boost_date_time-mt +WANTLIB += boost_thread-mt c freeimage freetype m pthread stdc++ z zzip MODULES = devel/cmake -#BUILD_DEPENDS = ??? -#RUN_DEPENDS = ??? -LIB_DEPENDS = zzip::archivers/zziplib \ - boost_date_time-mt,boost_thread-mt::devel/boost \ - freeimage::graphics/freeimage +BUILD_DEPENDS = ::devel/doxygen +LIB_DEPENDS = ::archivers/zziplib \ + ::devel/boost \ + ::devel/ois \ + ::graphics/freeimage SEPARATE_BUILD = concurrent USE_X11 = Yes USE_LIBTOOL = Yes -#CONFIGURE_ARGS += ${CONFIGURE_SHARED} -#CONFIGURE_ENV = ??? - +#CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_SAMPLES=TRUE +# -DOGRE_BUILD_TESTS=TRUE NO_REGRESS = Yes .include