diff --git a/games/fnaify-extralibs/Makefile b/games/fnaify-extralibs/Makefile new file mode 100644 index 00000000000..ec86faefa0d --- /dev/null +++ b/games/fnaify-extralibs/Makefile @@ -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 + +# 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 diff --git a/games/fnaify-extralibs/distinfo b/games/fnaify-extralibs/distinfo new file mode 100644 index 00000000000..621ddace116 --- /dev/null +++ b/games/fnaify-extralibs/distinfo @@ -0,0 +1,2 @@ +SHA256 (fnaify-extralibs-0.1.tar.xz) = tthCkcmX7/wtE17P2c2ySL7G/K949Vj/R7qFofcf6K8= +SIZE (fnaify-extralibs-0.1.tar.xz) = 278012 diff --git a/games/fnaify-extralibs/pkg/DESCR b/games/fnaify-extralibs/pkg/DESCR new file mode 100644 index 00000000000..ea293cdf705 --- /dev/null +++ b/games/fnaify-extralibs/pkg/DESCR @@ -0,0 +1,2 @@ +Set of libraries for running various fnaify games, including Celeste, MidBoss, +and Atom Zombie Smasher. diff --git a/games/fnaify-extralibs/pkg/PLIST b/games/fnaify-extralibs/pkg/PLIST new file mode 100644 index 00000000000..153e6879580 --- /dev/null +++ b/games/fnaify-extralibs/pkg/PLIST @@ -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} diff --git a/games/fnaify-extralibs/pkg/README b/games/fnaify-extralibs/pkg/README new file mode 100644 index 00000000000..6a62882c197 --- /dev/null +++ b/games/fnaify-extralibs/pkg/README @@ -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 |