import fnaify-extralibs

ok solene@

DESCR:
Set of libraries for running various fnaify games, including Celeste, MidBoss,
and Atom Zombie Smasher.
This commit is contained in:
thfr 2020-08-03 18:54:31 +00:00
parent c4004f5ef3
commit 8ceccc0e3d
5 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/03 18:54:31 thfr Exp $
ONLY_FOR_ARCHS = ${MONO_ARCHS}
COMMENT = additional libraries for running games with fnaify
V = 0.1
DISTNAME = fnaify-extralibs-${V}
SHARED_LIBS += SDL2_image_compact 0.0 # 0.0
SHARED_LIBS += atomstb 0.0 # 0.0
SHARED_LIBS += fmod_SDL 0.0 # 0.0
CATEGORIES = games
HOMEPAGE = https://github.com/rfht/fnaify-extralibs
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# zlib (AZSNotSFML, FMOD_SDL)
PERMIT_PACKAGE = Yes
WANTLIB += SDL2
MASTER_SITES = https://github.com/rfht/fnaify-extralibs/releases/download/${V}/
EXTRACT_SUFX = .tar.xz
LIB_DEPENDS = devel/sdl2
USE_GMAKE = Yes
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (fnaify-extralibs-0.1.tar.xz) = tthCkcmX7/wtE17P2c2ySL7G/K949Vj/R7qFofcf6K8=
SIZE (fnaify-extralibs-0.1.tar.xz) = 278012

View File

@ -0,0 +1,2 @@
Set of libraries for running various fnaify games, including Celeste, MidBoss,
and Atom Zombie Smasher.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/03 18:54:31 thfr Exp $
@lib lib/libSDL2_image_compact.so.${LIBSDL2_image_compact_VERSION}
@lib lib/libatomstb.so.${LIBatomstb_VERSION}
@lib lib/libfmod_SDL.so.${LIBfmod_SDL_VERSION}
share/doc/pkg-readmes/${PKGSTEM}

View File

@ -0,0 +1,14 @@
$OpenBSD: README,v 1.1.1.1 2020/08/03 18:54:31 thfr Exp $
+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
Included Libraries by Game
==========================
|Game |Library |
|-----------------------+-----------------------|
|Atom Zombie Smasher |libatomstb |
|Celeste |libfmod_SDL |
|MidBoss |libSDL_image_compact |