Import quadrupleback-0.1.0.
Quadrupleback is a video game where intruders must be circled. It is a clone of the 1982 Doubleback game by Dale Lear for the Tandy Color Computer. ok bcallah@
This commit is contained in:
parent
da5fee2215
commit
be27832c52
27
games/quadrupleback/Makefile
Normal file
27
games/quadrupleback/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/08/23 02:57:43 bentley Exp $
|
||||
|
||||
COMMENT = clone of Doubleback, an intruder circling game
|
||||
|
||||
DISTNAME = quadrupleback-0.1.0
|
||||
|
||||
CATEGORIES = games
|
||||
|
||||
HOMEPAGE = http://sarrazip.com/dev/quadrupleback.html
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += FLAC SDL SDL_gfx SDL_image SDL_mixer c flatzebra-0.1
|
||||
WANTLIB += iconv jpeg m mikmod ogg png pthread smpeg sndio stdc++
|
||||
WANTLIB += tiff usbhid vorbis vorbisfile webp z
|
||||
|
||||
MASTER_SITES = http://sarrazip.com/dev/
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
LIB_DEPENDS = devel/flatzebra \
|
||||
devel/sdl-gfx
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/quadrupleback/distinfo
Normal file
2
games/quadrupleback/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (quadrupleback-0.1.0.tar.gz) = cs+i0gWW/lx4ZqtD9VmpnFjBnEpQqTA8/6qjbrMxRIE=
|
||||
SIZE (quadrupleback-0.1.0.tar.gz) = 398503
|
12
games/quadrupleback/patches/patch-Makefile_in
Normal file
12
games/quadrupleback/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2014/08/23 02:57:43 bentley Exp $
|
||||
--- Makefile.in.orig Thu Aug 21 22:06:20 2014
|
||||
+++ Makefile.in Thu Aug 21 22:06:22 2014
|
||||
@@ -227,7 +227,7 @@ build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||
+docdir = $(datadir)/doc/$(PACKAGE)
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
14
games/quadrupleback/patches/patch-src_Makefile_in
Normal file
14
games/quadrupleback/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2014/08/23 02:57:43 bentley Exp $
|
||||
--- src/Makefile.in.orig Thu Mar 14 11:07:38 2013
|
||||
+++ src/Makefile.in Thu Mar 14 11:07:46 2013
|
||||
@@ -934,8 +934,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
|
||||
|
||||
check: all
|
||||
test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
|
||||
- ./$(PACKAGE) --version >& /dev/null
|
||||
- ./$(PACKAGE) --help >& /dev/null
|
||||
+ ./$(PACKAGE) --version >/dev/null 2>&1
|
||||
+ ./$(PACKAGE) --help >/dev/null 2>&1
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
3
games/quadrupleback/pkg/DESCR
Normal file
3
games/quadrupleback/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Quadrupleback is a video game where intruders must be circled. It is a
|
||||
clone of the 1982 Doubleback game by Dale Lear for the Tandy Color
|
||||
Computer.
|
23
games/quadrupleback/pkg/PLIST
Normal file
23
games/quadrupleback/pkg/PLIST
Normal file
@ -0,0 +1,23 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/08/23 02:57:43 bentley Exp $
|
||||
@bin bin/quadrupleback
|
||||
share/applications/quadrupleback.desktop
|
||||
share/doc/quadrupleback/
|
||||
share/doc/quadrupleback/AUTHORS
|
||||
share/doc/quadrupleback/COPYING
|
||||
share/doc/quadrupleback/INSTALL
|
||||
share/doc/quadrupleback/NEWS
|
||||
share/doc/quadrupleback/README
|
||||
share/doc/quadrupleback/THANKS
|
||||
share/doc/quadrupleback/TODO
|
||||
share/pixmaps/
|
||||
share/pixmaps/quadrupleback.png
|
||||
share/quadrupleback/
|
||||
share/quadrupleback/fonts/
|
||||
share/quadrupleback/fonts/9x18B.fnt
|
||||
share/sounds/
|
||||
share/sounds/quadrupleback/
|
||||
share/sounds/quadrupleback/enemyAppears.wav
|
||||
share/sounds/quadrupleback/enemyCaptured.wav
|
||||
share/sounds/quadrupleback/enemyTouched.wav
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
Loading…
Reference in New Issue
Block a user