mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.2.1
- Switch to github PR: 176258 Submitted by: maintainer
This commit is contained in:
parent
9d32add297
commit
48ac5f73f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312567
@ -2,15 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asteroid
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/chaoslizard/Asteroid/v1.2%20%282012%20Apr.%2022%29/
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= Modern version of the arcade classic Asteroid
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= chazomaticus
|
||||
GH_PROJECT= asteroid
|
||||
GH_TAGNAME= master
|
||||
GH_COMMIT= 6d23595
|
||||
|
||||
USE_GL= glut
|
||||
USE_SDL= mixer sdl
|
||||
USE_GNOME= gtk20
|
||||
@ -19,8 +24,7 @@ INSTALLS_ICONS= yes
|
||||
USE_CMAKE= yes
|
||||
CMAKE_VERBOSE= yes
|
||||
|
||||
PORTDATA= *
|
||||
PORTDOCS= AUTHORS NEWS README
|
||||
PORTDOCS= AUTHORS NEWS README.md
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -29,5 +33,6 @@ post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
@-update-desktop-database -q
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (asteroid-1.2.tar.gz) = e268985efd23e65ad0e96d93bcc711d48f9a58da419645eb20a24a6a0ceaabe1
|
||||
SIZE (asteroid-1.2.tar.gz) = 310346
|
||||
SHA256 (asteroid-1.2.1.tar.gz) = 83c22a15bce77b4d040cbdae3c19f8fe87197a3202a1c70415deb2744b5f1c0e
|
||||
SIZE (asteroid-1.2.1.tar.gz) = 307691
|
||||
|
@ -18,4 +18,4 @@ collect the powerups, run over them; or you can shoot them for bonus points
|
||||
to figure out the different powerup types.
|
||||
|
||||
|
||||
WWW: http://chaoslizard.sourceforge.net/asteroid/
|
||||
WWW: http://chazomaticus.github.com/asteroid/
|
||||
|
@ -1,8 +1,20 @@
|
||||
bin/asteroid
|
||||
share/applications/asteroid.desktop
|
||||
%%DATADIR%%/gfx/asteroid.bmp
|
||||
%%DATADIR%%/sfx/exp_asteroid.wav
|
||||
%%DATADIR%%/sfx/exp_other.wav
|
||||
%%DATADIR%%/sfx/exp_ship.wav
|
||||
%%DATADIR%%/sfx/get_powerup.wav
|
||||
%%DATADIR%%/sfx/newlevel.wav
|
||||
%%DATADIR%%/sfx/spawn_alien.wav
|
||||
%%DATADIR%%/sfx/spawn_powerup.wav
|
||||
%%DATADIR%%/sfx/spawn_shot.wav
|
||||
share/icons/hicolor/scalable/apps/asteroid.svg
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrm %%DATADIR%%/sfx
|
||||
@dirrm %%DATADIR%%/gfx
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
|
Loading…
Reference in New Issue
Block a user