pkgsrc/graphics/irrlicht/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

41 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/18 23:32:14 rillig Exp $
DISTNAME= irrlicht-1.8.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=irrlicht/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://irrlicht.sourceforge.net/
COMMENT= Open source high performance real-time 3D engine
LICENSE= zlib
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
MAKE_ENV+= NDEBUG=1
BUILD_DIRS= source/Irrlicht
BUILD_TARGET= sharedlib
CXXFLAGS+= -DNO_IRR_COMPILE_WITH_JOYSTICK_EVENTS_=1
CXXFLAGS+= -DNO_IRR_USE_NON_SYSTEM_JPEG_LIB_=1
CXXFLAGS+= -DNO_IRR_USE_NON_SYSTEM_LIB_PNG_=1
CXXFLAGS+= -DNO_IRR_USE_NON_SYSTEM_ZLIB_=1
CXXFLAGS+= -DNO_IRR_USE_NON_SYSTEM_BZLIB_=1
SUBST_CLASSES+= dos_eol
SUBST_MESSAGE.dos_eol= Removing DOS line-ends
SUBST_STAGE.dos_eol= post-extract
SUBST_FILES.dos_eol= source/Irrlicht/Makefile
SUBST_FILES.dos_eol+= source/Irrlicht/os.cpp
SUBST_FILES.dos_eol+= source/Irrlicht/COSOperator.cpp
SUBST_FILTER_CMD.dos_eol= ${TR} -d '\r'
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"