diff --git a/games/rigsofrods/Makefile b/games/rigsofrods/Makefile index 0564013d368a..d00424344f3c 100644 --- a/games/rigsofrods/Makefile +++ b/games/rigsofrods/Makefile @@ -1,111 +1,111 @@ # New ports collection makefile for: rigsofrods # Date created: 05 Mar 2009 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= rigsofrods PORTVERSION= 0.36.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games # I've trimmed source tarball by around 10x and bundled rorserver MASTER_SITES= SF:contents \ http://mirror.amdmi3.ru/:game DISTFILES= ${PORTNAME}-source-${PORTVERSION}-trimmed${EXTRACT_SUFX}:game \ ${PORTNAME}-contents-${PORTVERSION}.zip:contents EXTRACT_ONLY= ${PORTNAME}-source-${PORTVERSION}-trimmed${EXTRACT_SUFX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Truck, car, airplane and boat simulator with advanced physics LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ zzip.13:${PORTSDIR}/devel/zziplib \ freetype.9:${PORTSDIR}/print/freetype2 \ CEGUIBase.3:${PORTSDIR}/graphics/cegui \ freeimage.3:${PORTSDIR}/graphics/freeimage BUILD_DEPENDS= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois \ unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois \ xset:${PORTSDIR}/x11/xset USE_XORG= x11 xt xaw sm ice xext WRKSRC= ${WRKDIR}/${PORTVERSION}/build USE_WX= 2.6+ WX_UNICODE= yes MAKE_JOBS_SAFE= yes USE_CMAKE= yes # CG unavailable for FreeBSD; paged also requires CG CMAKE_ARGS= -DROR_BUILD_HYDRAX=TRUE \ -DROR_BUILD_PAGED=FALSE \ -DROR_BUILD_LUASCRIPT=TRUE \ -DROR_BUILD_CONFIGURATOR=TRUE \ -DOGRE_BUILD_PLUGIN_CG=FALSE \ -DLOCALBASE="${LOCALBASE}" \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" CMAKE_USE_PTHREAD= yes PORTDOCS= * SUB_FILES= RoR.sh rorconfig.sh LIB_FILES= dependencies/ogrenew/OgreMain/libOgreMain.so.1 \ dependencies/ogrenew/PlugIns/OctreeSceneManager/Plugin_OctreeSceneManager.so \ dependencies/ogrenew/PlugIns/ParticleFX/Plugin_ParticleFX.so \ dependencies/ogrenew/RenderSystems/GL/RenderSystem_GL.so \ dependencies/Caelum-2006-11-09/libcaelum.so \ dependencies/mygui/libmygui.so \ dependencies/hydrax/libhydrax.so \ dependencies/mysocketw/libmysocketw.so .include .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif post-extract: @${RM} -rf ${WRKSRC}/dependencies/ogrenew/Dependencies post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|; \ s|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/main/source/Settings.cpp \ ${WRKSRC}/configurator/source/configurator.cpp do-install: # libs ${MKDIR} ${PREFIX}/lib/${PORTNAME} .for f in ${LIB_FILES} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/lib/${PORTNAME} .endfor # binaries ${MKDIR} ${PREFIX}/libexec/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/main/RoR ${PREFIX}/libexec/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/configurator/rorconfig ${PREFIX}/libexec/${PORTNAME} # data ${MKDIR} ${DATADIR} ${SED} -e '/Plugin_CgProgramManager/ s|^|#|' \ < ${WRKSRC}/bin/release/linux/plugins.cfg \ > ${DATADIR}/plugins.cfg unzip -qq -o -d ${DATADIR} ${DISTDIR}/${PORTNAME}-contents-${PORTVERSION}.zip \ languages/\* resources/\* skeleton/\* streams/\* # wrappers ${INSTALL_SCRIPT} ${WRKDIR}/RoR.sh ${PREFIX}/bin/RoR ${INSTALL_SCRIPT} ${WRKDIR}/rorconfig.sh ${PREFIX}/bin/rorconfig #docs .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} unzip -qq -o -d ${DOCSDIR} ${DISTDIR}/${PORTNAME}-contents-${PORTVERSION}.zip \ \*.pdf .endif post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index 3b44481a8faa..1086a19758f6 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -1,49 +1,50 @@ # New ports collection makefile for: secretmaryochronicles # Date created: 31 Jan 2008 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= secretmaryochronicles PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= smclone DISTNAME= smc-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Secret Maryo Chronicles two-dimensional platform game LIB_DEPENDS= CEGUIBase.3:${PORTSDIR}/graphics/cegui \ boost_filesystem.4:${PORTSDIR}/devel/boost \ png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl image mixer ttf USE_GL= gl glu USE_GETTEXT= yes MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" DATADIR= ${PREFIX}/share/smc post-patch: @${REINPLACE_CMD} -e '/^LIBS =/ s|$$|$$(INTLLIBS)|' \ ${WRKSRC}/src/Makefile.in .if !defined(NOPORTDOCS) PORTDOCS= controls.html style.css post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} .endfor .endif .include diff --git a/games/tnl/Makefile b/games/tnl/Makefile index 26457c334edb..26797f0c8779 100644 --- a/games/tnl/Makefile +++ b/games/tnl/Makefile @@ -1,54 +1,54 @@ # New ports collection makefile for: tnl # Date created: 05 Feb 2008 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= tnl PORTVERSION= 071111 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://tnlgame.net/downloads/tnl/${PORTVERSION}/ \ http://mirror.amdmi3.ru/ DISTNAME= TnL-source-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME:S/source/data/}${EXTRACT_SUFX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Futuristic action flight simulator and realtime strategy game BUILD_DEPENDS= ${LOCALBASE}/lib/libiovmall.so:${PORTSDIR}/lang/io RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ alut.1:${PORTSDIR}/audio/freealut \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ CEGUIBase.3:${PORTSDIR}/graphics/cegui \ png.5:${PORTSDIR}/graphics/png \ GLEW.1:${PORTSDIR}/graphics/glew USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl USE_GCC= 4.2+ USE_GL= yes CONFIGURE_ARGS= --with-io-cflags="-I${LOCALBASE}/include/io" \ --with-io-libs="-L${LOCALBASE}/lib -liovmall" WRKDATADIR= ${WRKDIR}/TnL-data/share/tnl SUB_FILES= tnl post-patch: @${REINPLACE_CMD} -i "" -e 's|getenv|getEnvironmentVariable|' \ ${WRKDATADIR}/scripts/Settings.io post-install: ${MKDIR} ${DATADIR} cd ${WRKDATADIR} && ${COPYTREE_SHARE} . ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/tnl ${PREFIX}/bin .include diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 54061d67234b..8c18c5306fa6 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -1,66 +1,65 @@ # New ports collection makefile for: cegui # Date created: 03 Oct 2005 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= cegui -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.2b CATEGORIES= graphics devel MASTER_SITES= SF MASTER_SITE_SUBDIR=crayzedsgui DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= A library providing windowing and widgets for graphics APIs LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ pcre.0:${PORTSDIR}/devel/pcre \ freetype.9:${PORTSDIR}/print/freetype2 -WRKSRC= ${WRKDIR}/${DISTNAME:S/0b/0/} +WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} CONFIGURE_ARGS= --enable-toluacegui --disable-irrlicht-renderer \ --disable-corona --enable-devil --disable-freeimage --disable-silly \ --disable-libxml --disable-xerces-c --disable-expat CONFIGURE_ENV+= Lua_LIBS="-L${LUA_LIBDIR} -llua -lm" \ Lua_CFLAGS="-I${LUA_INCDIR}" \ LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GL= yes USE_LUA= 5.1 USE_GNOME= gnomehack .if !defined(NOPORTDOCS) PORTDOCS= README COPYING AUTHORS ChangeLog TODO .endif post-patch: @${REINPLACE_CMD} -e ' \ s|"-lILU.*"|"-lm -L${LOCALBASE}/lib -lILU -lIL $$LIBS"|g; \ s|-lpthread|${PTHREAD_LIBS}|g; \ s|CEGUI_LUA_VER=..|CEGUI_LUA_VER=${USE_LUA:S/.//}|g; \ s|DevIL_CFLAGS=.*|DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY -I${LOCALBASE}/include"|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e '/SUBDIRS/ s| Samples||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|__linux__)|& \|\| defined(__FreeBSD__)|g' \ ${WRKSRC}/include/CEGUIDynamicModule.h \ ${WRKSRC}/src/CEGUIDynamicModule.cpp \ ${WRKSRC}/Samples/common/src/CEGuiSample.cpp \ ${WRKSRC}/src/CEGUISystem.cpp @${REINPLACE_CMD} -e 's|ILvoid|void|g' \ ${WRKSRC}/ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodec.cpp post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .include diff --git a/graphics/cegui/distinfo b/graphics/cegui/distinfo index 7b7c0c96e666..7ef70305cb54 100644 --- a/graphics/cegui/distinfo +++ b/graphics/cegui/distinfo @@ -1,3 +1,3 @@ -MD5 (CEGUI-0.6.2.tar.gz) = fb058bd711fa9a865658efbc37fac24d -SHA256 (CEGUI-0.6.2.tar.gz) = 97084d9dd441863d5f4f00fb393437555b6532a3dcd7d8b2eef332576b7b6943 -SIZE (CEGUI-0.6.2.tar.gz) = 2627950 +MD5 (CEGUI-0.6.2b.tar.gz) = 4fbd95e5a2ac1c7acf2a8f5df3ac6b93 +SHA256 (CEGUI-0.6.2b.tar.gz) = eb77741cd9fcc927a876e8116b98691212e973d2264e2071406423f6ca3e305f +SIZE (CEGUI-0.6.2b.tar.gz) = 2628081 diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 3a907fb716f3..22b1e1909a34 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -1,187 +1,187 @@ # New ports collection makefile for: Crystal Space 3d # Date created: 2005-11-19 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # PORTNAME= crystalspace PORTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= crystal DISTNAME= ${PORTNAME:S/$/-src/}-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Free and portable 3D Game Development Kit BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ swig:${PORTSDIR}/devel/swig13 \ jam:${PORTSDIR}/devel/jam LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ aa.1:${PORTSDIR}/graphics/aalib \ openal.0:${PORTSDIR}/audio/openal \ alut.1:${PORTSDIR}/audio/freealut \ CEGUIBase.3:${PORTSDIR}/graphics/cegui CONFLICTS= crystalspace-devel-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes USE_GL= yes WANT_PERL= yes LDFLAGS+= -L/usr/lib -lc LIBS= -lc MAKE_ENV+= LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" CONFIGURE_ARGS+= --enable-cpu-specific-optimizations=no \ --disable-ptmalloc \ --disable-make-emulation \ --prefix=${PREFIX} DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} JAM_CMD= ${LOCALBASE}/bin/jam JAM_ARGS= -qa OPTIONS= DEBUG "Build with debugging information" off \ PYTHON "PYTHON interface" on \ PERL "PERL interface" on \ LCMS "Little Color Management System support" on \ MNG "MNG/JNG graphic files support" on \ MIKMOD "MIKMOD support" on \ VORBIS "Ogg/Vorbis sound plugin support" on \ 3DS "3DS files support" on \ ODE "Plugin providing physics through ODE" on \ FREETYPE2 "FREETYPE2 support" on \ CAL3D "Skeletal based 3D character animation support" on \ SDL "SDL support" on \ CACA "LIBCACA support" on \ CPPUNIT "The C++ Unit Test Library" on \ BFD "Universal BFD library from the GNU binutils" on .include .if ${OSVERSION} >= 700000 IGNORE= Some dependencies do not compile with gcc4 .endif .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif .if !defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=no .else CONFIGURE_ARGS+= --enable-debug=yes .endif .if !defined(WITHOUT_PYTHON) USE_PYTHON= yes .include <${PORTSDIR}/Mk/bsd.python.mk> .else CONFIGURE_ARGS+= --without-python .endif .if !defined(WITHOUT_PERL) USE_PERL5= yes .else CONFIGURE_ARGS+= --without-perl .endif .if !defined(WITHOUT_LCMS) LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms .else CONFIGURE_ARGS+= --without-lcms .endif .if !defined(WITHOUT_MNG) LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng .else CONFIGURE_ARGS+= --without-mng .endif .if !defined(WITHOUT_MIKMOD) LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod .else CONFIGURE_ARGS+= --without-mikmod .endif .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+= --without-ogg \ --without-vorbis .endif .if !defined(WITHOUT_3DS) LIB_DEPENDS+= 3ds-1.3:${PORTSDIR}/graphics/lib3ds .else CONFIGURE_ARGS+= --without-3ds .endif .if !defined(WITHOUT_ODE) BUILD_DEPENDS+= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode CONFIGURE_ARGS+= --with-ode=${LOCALBASE} .else CONFIGURE_ARGS+= --without-ode .endif .if !defined(WITHOUT_FREETYPE2) LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 .else CONFIGURE_ARGS+= --without-freetype2 .endif .if !defined(WITHOUT_CAL3D) LIB_DEPENDS+= cal3d.12:${PORTSDIR}/graphics/cal3d .else CONFIGURE_ARGS+= --without-cal3d .endif .if !defined(WITHOUT_SDL) USE_SDL= sdl .else CONFIGURE_ARGS+= --without-sdl .endif .if !defined(WITHOUT_CACA) BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca .else CONFIGURE_ARGS+= --without-caca .endif .if !defined(WITHOUT_CPPUNIT) BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit .else CONFIGURE_ARGS+= --without-cppunit .endif .if !defined(WITHOUT_BFD) BUILD_DEPENDS+= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd .else CONFIGURE_ARGS+= --without-bfd .endif pre-configure: @${REINPLACE_CMD} -e 's,sdl-config,${SDL_CONFIG:T},g; \ s,86\*),86\*|amd64|ia64),' ${WRKSRC}/configure post-configure: @${REINPLACE_CMD} -i "" -e 's|-lcaca|-lcaca_pic|g' ${WRKSRC}/Jamconfig .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 42,44d ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 26d ${WRKSRC}/Jamfile @${REINPLACE_CMD} -e 85d ${WRKSRC}/Jamfile .endif do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${JAM_CMD} ${JAM_ARGS} do-install: @cd ${WRKSRC} && \ ${JAM_CMD} install .include diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 8551b689e72e..b50fc05cf1f4 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -1,100 +1,101 @@ # New ports collection makefile for: ogre3d # Date created: 03 Oct 2005 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= ogre3d PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/ogre DISTNAME= ogre-v${PORTVERSION:S/./-/g:S/-r1/RC1/g} MAINTAINER= oliver@FreeBSD.org COMMENT= A scene-oriented, flexible 3D engine written in C++ LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ CEGUIBase.3:${PORTSDIR}/graphics/cegui \ IL.2:${PORTSDIR}/graphics/devil WRKSRC= ${WRKDIR}/ogre CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static \ --with-cppunit-prefix=/nonexistent --disable-freeimage CONFIGURE_ENV+= ZZIPLIB_CFLAGS="-I${LOCALBASE}/include" \ ZZIPLIB_LIBS="-L${LOCALBASE}/lib -lzzip" OPTIONS= GTK "Use GTK instead of Xt gui" off \ DEBUG "Enable debug mode" off \ DEMOS "Build OGRE demos" off GNU_CONFIGURE= YES USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= YES USE_BZIP2= YES USE_GNOME= gnomehack USE_GMAKE= YES USE_SDL= sdl USE_XORG= xaw MAKE_JOBS_SAFE= yes .include .if ${OSVERSION} < 700000 BROKEN= Does not compile .endif .if !defined(WITH_DEBUG) CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" .else CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" .endif .if defined(WITH_DEMOS) BUILD_DEPENDS+= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois RUN_DEPENDS+= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois .else CONGIGURE_ARGS+=--disable-ogre-demos .endif .if defined(WITH_GTK) USE_GNOME+= gtk20 CONFIGURE_ARGS+=--with-gui=gtk PLIST_SUB+= WITH_GTK="" .else CONFIGURE_ARGS+=--with-gui=Xt PLIST_SUB+= WITH_GTK="@comment " .endif post-patch: @${REINPLACE_CMD} -e '\ s|-pthread|${PTHREAD_LIBS}|g; \ s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \ s|-lGL -lGLU|-L${X11BASE}/lib &|g; \ s|" == "x|" = "x|g; \ s|-lfreeimage|-L${LOCALBASE}/lib &|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| -Wl,-z,defs||' \ ${WRKSRC}/PlugIns/BSPSceneManager/src/Makefile.in \ ${WRKSRC}/PlugIns/CgProgramManager/src/Makefile.in \ ${WRKSRC}/PlugIns/EXRCodec/src/Makefile.in \ ${WRKSRC}/PlugIns/OctreeSceneManager/src/Makefile.in \ ${WRKSRC}/PlugIns/ParticleFX/src/Makefile.in \ ${WRKSRC}/RenderSystems/GL/src/Makefile.in @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/Samples/Terrain/src/Makefile.in @${REINPLACE_CMD} -e 's|(CEGUI::uint)|(size_t)|' \ ${WRKSRC}/Samples/OceanDemo/src/OceanDemo.cpp @${REINPLACE_CMD} -e '\ s,defined(__x86_64__),& || defined(__powerpc__) || defined(__ia64__) || defined(__sparc64__) || defined(__alpha__) || defined(__amd64__),' \ ${WRKSRC}/OgreMain/include/OgrePlatform.h post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in README COPYING AUTHORS @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .include