pkgsrc/games/arx-libertatis/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

35 lines
982 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:13 rillig Exp $
DISTNAME= arx-libertatis-1.1.2
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=project/arx/arx-libertatis-1.1.2/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://arx-libertatis.org/
COMMENT= Cross-platform, open source port of the Arx Fatalis RPG
LICENSE= gnu-gpl-v3
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARGS+= -D CMAKE_INSTALL_MANDIR:STRING:=${PKGMANDIR}
CMAKE_ARGS+= -D USE_QT4:BOOL=OFF
CMAKE_ARGS+= -D USE_QT5:BOOL=OFF
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= NotDarwin
.if ${OPSYS} != "Darwin"
PLIST.NotDarwin= yes
.endif
.include "../../audio/openal-soft/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"