Import Instead Launcher, a package manager for Instead game engine.

okay kirby@
This commit is contained in:
zhuk 2016-12-26 15:27:26 +00:00
parent ead273e6f8
commit a6545bf21b
5 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/12/26 15:27:26 zhuk Exp $
COMMENT = package manager for Instead game engine
V = 0.6.3
DISTNAME = instead-launcher_${V}
PKGNAME = ${DISTNAME:C/_/-/}
CATEGORIES = games
HOMEPAGE = https://instead.syscall.ru/
MAINTAINER = Roman Yakovlev <obsd@51t.ru>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = ICE QtGui QtNetwork SM X11 Xext Xi Xinerama Xrender
WANTLIB += c fontconfig freetype m pthread stdc++ z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=instead/}
MODULES = x11/qt4 devel/qmake
RUN_DEPENDS = devel/desktop-file-utils \
games/instead
NO_TEST = Yes
WRKDIST = ${WRKDIR}/${PKGNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (instead-launcher_0.6.3.tar.gz) = d+wa5PtjL+1R8Qwvj/M/cZcvjcQ1rRCI7J3rJpm1naQ=
SIZE (instead-launcher_0.6.3.tar.gz) = 134354

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-qunzip_cpp,v 1.1.1.1 2016/12/26 15:27:26 zhuk Exp $
Unbreak build.
--- qunzip.cpp.orig Mon Dec 26 17:01:50 2016
+++ qunzip.cpp Mon Dec 26 17:02:03 2016
@@ -3,7 +3,7 @@
// but on windows we haven't this :)
// ok, we'll think about it later, but for linux it's a good way :)
#include <QtCore>
-#if !defined(Q_OS_WIN) && !defined(Q_OS_FREEBSD)
+#if defined(Q_OS_LINUX)
#include <linux/limits.h>
#endif

View File

@ -0,0 +1 @@
Game update/launch program for INSTEAD, simple text adventures interpreter.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/12/26 15:27:26 zhuk Exp $
@bin bin/instead-launcher
share/applications/instead-launcher.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database