| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11-toolkits/irrlicht/ |
Upload File : |
PORTNAME= irrlicht
PORTVERSION= 1.8.5
CATEGORIES= x11-toolkits graphics
MASTER_SITES= SF/${PORTNAME}/Irrlicht%20SDK/${PORTVERSION:R}/${PORTVERSION}/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= High performance realtime 3D engine
WWW= http://irrlicht.sourceforge.net/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/readme.txt
LIB_DEPENDS= libpng.so:graphics/png
USES= alias cpe dos2unix gl gmake jpeg zip xorg
DOS2UNIX_GLOB= Makefile *.cpp *.h *.txt
USE_GL= gl
USE_XORG= x11 xxf86vm
USE_LDCONFIG= yes
ALL_TARGET= sharedlib
PLIST_SUB= PORTVERSION=${PORTVERSION} SOVERSION=${PORTVERSION:R}
SUB_FILES= pkg-message
BUILD_WRKSRC= ${WRKSRC}/source/Irrlicht
INSTALL_WRKSRC= ${BUILD_WRKSRC}
EXAMPLEDIRS= 01.HelloWorld 02.Quake3Map 03.CustomSceneNode 04.Movement \
05.UserInterface 06.2DGraphics 07.Collision 08.SpecialFX \
09.Meshviewer 10.Shaders 11.PerPixelLighting \
12.TerrainRendering 13.RenderToTexture 15.LoadIrrFile Demo
OPTIONS_DEFINE= DEBUG EXAMPLES
DEBUG_MAKE_ENV_OFF= NDEBUG=1
post-extract:
.for bundled in bzip2 jpeglib libpng zlib
@${RM} -r ${WRKSRC}/source/Irrlicht/${bundled}
.endfor
post-patch:
@${REINPLACE_CMD} -e '/#define.*_IRR_USE_NON_SYSTEM_JPEG_LIB_/ d' \
-e '/#define.*_IRR_USE_NON_SYSTEM_LIB_PNG_/ d' \
-e '/#define.*_IRR_USE_NON_SYSTEM_ZLIB_/ d' \
-e '/#define.*_IRR_USE_NON_SYSTEM_BZLIB_/ d' \
-e '/#define.*_IRR_COMPILE_WITH_JOYSTICK_EVENTS_/ d' \
${WRKSRC}/include/IrrCompileConfig.h
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libIrrlicht.so
post-install-EXAMPLES-on:
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "${EXAMPLEDIRS}" \
${STAGEDIR}${EXAMPLESDIR} \
"( -name Makefile -or -name *\.cpp -or -name *\.h )"
cd ${WRKSRC} && ${COPYTREE_SHARE} media ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>