- Change maintainer email to @FreeBSD.org
- Recreate tarball, new GH_COMMIT - Remove dependency for desktopfileutils - Support STAGEDIR - Update WWW - Change pkg-plist Approved by: pawel / wg (mentors, implicit)
This commit is contained in:
parent
df91c1ee66
commit
05d28fef74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331185
4 changed files with 9 additions and 21 deletions
|
@ -5,7 +5,7 @@ PORTNAME= asteroid
|
|||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
COMMENT= Modern version of the arcade classic Asteroid
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
@ -14,25 +14,19 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= chazomaticus
|
||||
GH_PROJECT= asteroid
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 6d23595
|
||||
GH_COMMIT= ffeb0fd
|
||||
|
||||
USES= cmake
|
||||
USE_GL= glut
|
||||
USE_SDL= mixer sdl
|
||||
USE_GNOME= desktopfileutils gtk20
|
||||
USE_GNOME= gtk20
|
||||
USE_XORG= xmu
|
||||
INSTALLS_ICONS= yes
|
||||
USES= cmake
|
||||
|
||||
PORTDOCS= AUTHORS NEWS README.md
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
@-update-desktop-database -q
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (asteroid-1.2.1.tar.gz) = 83c22a15bce77b4d040cbdae3c19f8fe87197a3202a1c70415deb2744b5f1c0e
|
||||
SIZE (asteroid-1.2.1.tar.gz) = 307691
|
||||
SHA256 (asteroid-1.2.1.tar.gz) = e6cc3617428b686293b0972d8808e07e8c8f07e8b7ecfe1168f108a3987a4b04
|
||||
SIZE (asteroid-1.2.1.tar.gz) = 307676
|
||||
|
|
|
@ -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://chazomaticus.github.com/asteroid/
|
||||
WWW: http://chazomaticus.github.io/asteroid/
|
||||
|
|
|
@ -10,13 +10,7 @@ share/applications/asteroid.desktop
|
|||
%%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
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
|
||||
|
|
Loading…
Reference in a new issue