mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
Import sdl-sopwith-2.8.0.
SDL Sopwith is a port of the classic biplane shoot 'em-up "Sopwith" to run on modern computers and operating systems. It is named "SDL Sopwith" as it uses the LibSDL cross-platform library. SDL Sopwith is based on the original Sopwith source code, which was released by its author David L. Clark as Free and Open Source Software under the GNU General Public License. ok tb@ From Ryan Freeman; thanks!
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
COMMENT = clone of 1980's side-scrolling WWI dogfighing game
|
||||
DISTNAME = sdl-sopwith-2.8.0
|
||||
CATEGORIES = games
|
||||
|
||||
HOMEPAGE = https://fragglet.github.io/sdl-sopwith/
|
||||
|
||||
MAINTAINER = Ryan Freeman <ryan@slipgate.org>
|
||||
|
||||
# GPLv2 only
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
SITES = https://github.com/fragglet/sdl-sopwith/releases/download/${DISTNAME}/
|
||||
|
||||
RUN_DEPENDS+= x11/gtk+4,-guic \
|
||||
devel/desktop-file-utils
|
||||
|
||||
WANTLIB += c m SDL2
|
||||
|
||||
LIB_DEPENDS = devel/sdl2
|
||||
|
||||
CONFIGURE_STYLE = autoconf
|
||||
AUTOCONF_VERSION = 2.72
|
||||
AUTOMAKE_VERSION = 1.16
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (sdl-sopwith-2.8.0.tar.gz) = +n8wrENWfpuVU18QbubLU6C+qJ1c9sPnD5Up8a2iS8Y=
|
||||
SIZE (sdl-sopwith-2.8.0.tar.gz) = 1080128
|
||||
@@ -0,0 +1,7 @@
|
||||
SDL Sopwith is a port of the classic biplane shoot 'em-up "Sopwith"
|
||||
to run on modern computers and operating systems. It is named
|
||||
"SDL Sopwith" as it uses the LibSDL cross-platform library.
|
||||
|
||||
SDL Sopwith is based on the original Sopwith source code, which was
|
||||
released by its author David L. Clark as Free and Open Source
|
||||
Software under the GNU General Public License.
|
||||
@@ -0,0 +1,12 @@
|
||||
@bin bin/sopwith
|
||||
@man man/man5/sopwith-mission.5
|
||||
@man man/man5/sopwith.cfg.5
|
||||
@man man/man6/sopwith.6
|
||||
share/applications/sopwith.desktop
|
||||
share/doc/sdl-sopwith/
|
||||
share/doc/sdl-sopwith/origdoc.txt
|
||||
share/icons/hicolor/128x128/apps/sopwith.png
|
||||
share/metainfo/
|
||||
share/metainfo/io.github.fragglet.sdl_sopwith.metainfo.xml
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
||||
@tag update-desktop-database
|
||||
Reference in New Issue
Block a user