You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b50c77db7c
Update homepage
45 lines
1.7 KiB
Tcl
45 lines
1.7 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup app 1.0
|
|
|
|
name barrage
|
|
version 1.0.7
|
|
categories games
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
|
|
description Action game with objective to destroy tanks, jeeps, etc.
|
|
|
|
long_description Barrage is a rather violent action game with the \
|
|
objective to kill and destroy as many targets as \
|
|
possible within 3 minutes. You control a gun that may \
|
|
either fire small or large grenades at soldiers, jeeps \
|
|
and tanks. Targets are fast paced and require careful \
|
|
aiming as it takes half a second to reload the gun. \
|
|
Additionally you have to keep an eye on your ammo and \
|
|
reload in time.
|
|
|
|
homepage https://lgames.sourceforge.io/Barrage/
|
|
master_sites sourceforge:project/lgames/barrage
|
|
|
|
checksums rmd160 cac188fd5fad0974cd861909e49ed778d31217ee \
|
|
sha256 70662b1bb03815f879d4ac91f94a5e5aeec0e347aac48f20e0b79f048b35f248 \
|
|
size 510855
|
|
|
|
depends_lib port:libsdl \
|
|
port:libsdl_mixer
|
|
|
|
configure.args --disable-sdltest
|
|
|
|
post-destroot {
|
|
file delete -force ${destroot}${prefix}/share/applications
|
|
}
|
|
|
|
app.icon barrage48.png
|
|
app.identifier net.sourceforge.lgames.${app.name}
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://lgames.sourceforge.net/downloads.php
|
|
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
|