pkgsrc/devel/ogre/Makefile
rillig 508923f461 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:13 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.44 2020/01/18 23:30:34 rillig Exp $
#
DISTNAME= ogre-v1-6-3
PKGNAME= ogre-1.6.3
PKGREVISION= 14
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ogre/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ogre.sourceforge.net/
COMMENT= Object-Oriented Graphics Rendering Engine
LICENSE= gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/ogre
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config xmkmf
USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-platform=GLX
CONFIGURE_ARGS+= --disable-freeimage
CONFIGURE_ARGS+= --disable-cg
PKGCONFIG_OVERRIDE+= OGRE.pc.in
.include "../../archivers/zziplib/buildlink3.mk"
.include "../../devel/devIL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"