You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ltris: update to 1.3.2
This commit is contained in:
+11
-8
@@ -2,9 +2,8 @@ PortSystem 1.0
|
||||
PortGroup app 1.0
|
||||
|
||||
name ltris
|
||||
version 1.2.1
|
||||
version 1.3.2
|
||||
categories games
|
||||
platforms darwin
|
||||
maintainers nomaintainer
|
||||
license GPL-2+
|
||||
use_parallel_build yes
|
||||
@@ -21,12 +20,12 @@ long_description LTris as a tetris clone which means you have a bowl \
|
||||
three players either controlled by human or CPU(!) \
|
||||
compete and send completed lines to each other.
|
||||
|
||||
homepage http://lgames.sourceforge.net/index.php?project=LTris
|
||||
homepage https://lgames.sourceforge.net/index.php?project=LTris
|
||||
master_sites sourceforge:project/lgames/ltris
|
||||
|
||||
checksums rmd160 fe451e7950c8f360ac37fc2772ec96f7bb98f273 \
|
||||
sha256 f868f79da7d4fc2029b38d16f393e9f09925daa5c7c4b3dbfdddf602fbdea924 \
|
||||
size 1804119
|
||||
checksums rmd160 623acc5323b862eb895e05a16f098f451a2c84e4 \
|
||||
sha256 ff28c55a18c61f28a86ba7f30f13222dfed0f7fbeb492acd95c97de9c659cec9 \
|
||||
size 1716598
|
||||
|
||||
depends_lib port:libsdl \
|
||||
port:libsdl_mixer \
|
||||
@@ -36,13 +35,17 @@ depends_lib port:libsdl \
|
||||
post-extract {
|
||||
move ${worksrcpath}/src/sdl.h ${worksrcpath}/src/sdl_.h
|
||||
}
|
||||
configure.ldflags-append \
|
||||
"-lintl"
|
||||
|
||||
patchfiles patch-sdl_.h.diff \
|
||||
patch-libintl.diff \
|
||||
patch-install-mode.diff
|
||||
|
||||
configure.args --with-highscore-path=${prefix}/var/lib/games/ \
|
||||
--disable-sdltest
|
||||
|
||||
app.name LTris
|
||||
app.icon ltris48.gif
|
||||
|
||||
livecheck.type sourceforge
|
||||
livecheck.url https://sourceforge.net/projects/lgames/files/${name}/
|
||||
livecheck.regex ${name}-(\\d+(\\.\\d+)+)
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- src/Makefile.in 2008-08-01 03:04:00.000000000 -0500
|
||||
+++ src/Makefile.in 2008-08-01 03:22:34.000000000 -0500
|
||||
@@ -225,7 +225,7 @@
|
||||
list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c hint.c \
|
||||
parser.c
|
||||
|
||||
-ltris_LDADD = @mixer_flag@
|
||||
+ltris_LDADD = $(LIBINTL) @mixer_flag@
|
||||
EXTRA_DIST = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \
|
||||
list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c \
|
||||
sdl_.h menu.h item.h manager.h value.h audio.h event.h list.h tools.h \
|
||||
Reference in New Issue
Block a user