=================================================================== RCS file: /cvs/ports/graphics/ogre3d/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.5 diff -u -r1.1 -r1.5 --- ports/graphics/ogre3d/Attic/Makefile 2010/05/30 10:20:01 1.1 +++ ports/graphics/ogre3d/Attic/Makefile 2011/11/08 18:34:44 1.5 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2010/05/30 09:20:01 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2011/11/08 18:34:44 yason Exp $ COMMENT = open-source graphics rendering engine -DISTNAME = ogre_src_v1-7-1 +DISTNAME = ogre_src_v1-7-3 PKGNAME = ${DISTNAME:S/-/./g:S/_src_v/-/} SHARED_LIBS += OgreMain 0.0 @@ -15,7 +15,7 @@ HOMEPAGE = http://www.ogre3d.org/ -#MAINTAINER = ??? +#MAINTAINER = Kirill Bychkov # MIT PERMIT_PACKAGE_CDROM = Yes @@ -26,22 +26,18 @@ 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 \ + 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