diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-01 06:32:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-01 06:32:41 +0800 |
commit | 91d90ef27c7e331de0339aea4bc8ce433d36134c (patch) | |
tree | 5b90a434775492dcd2e65756e9914568b0924024 /games | |
parent | f326d6ddaba8339d43362f0a3ac69ef5845f6e3b (diff) | |
download | freebsd-ports-gnome-91d90ef27c7e331de0339aea4bc8ce433d36134c.tar.gz freebsd-ports-gnome-91d90ef27c7e331de0339aea4bc8ce433d36134c.tar.zst freebsd-ports-gnome-91d90ef27c7e331de0339aea4bc8ce433d36134c.zip |
- Update to 0.5.4
- Mark MAKE_JOBS_SAFE
Diffstat (limited to 'games')
-rw-r--r-- | games/vor/Makefile | 25 | ||||
-rw-r--r-- | games/vor/distinfo | 6 | ||||
-rw-r--r-- | games/vor/pkg-plist | 9 |
3 files changed, 14 insertions, 26 deletions
diff --git a/games/vor/Makefile b/games/vor/Makefile index 125a3d4672ed..9724f8e29f8d 100644 --- a/games/vor/Makefile +++ b/games/vor/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vor -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= games MASTER_SITES= http://qualdan.com/vor/ \ http://mirror.amdmi3.ru/ @@ -15,28 +14,22 @@ MASTER_SITES= http://qualdan.com/vor/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Dodge the rocks until you die -BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone - USE_SDL= mixer image sdl USE_BZIP2= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes PORTDOCS= README -post-patch: - @${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/sound.c - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|/usr/share/vor|${DATADIR}|' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vor ${PREFIX}/bin - ${MKDIR} ${DATADIR} -.for d in *.png *.wav *.mod - ${INSTALL_DATA} ${WRKSRC}/data/${d} ${DATADIR}/ -.endfor +DESKTOP_ENTRIES="Variations on Rockdodger" \ + "Dodge the rocks until you die" \ + "${DATADIR}/icon.png" \ + "vor" \ + "Application;Game;" \ + false .if !defined(NOPORTDOCS) +post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} diff --git a/games/vor/distinfo b/games/vor/distinfo index 2a8493198304..8934be09c509 100644 --- a/games/vor/distinfo +++ b/games/vor/distinfo @@ -1,3 +1,3 @@ -MD5 (vor-0.5.3.tar.bz2) = 313142b654d70d1ccb9be6f86859e079 -SHA256 (vor-0.5.3.tar.bz2) = 9df9676f7dd869cafa1b0fb7605d21673ae073566b7ed1c92cee3e161d75d4cd -SIZE (vor-0.5.3.tar.bz2) = 450668 +MD5 (vor-0.5.4.tar.bz2) = 9a4aebdeb4f14d337fe6af40d965d798 +SHA256 (vor-0.5.4.tar.bz2) = 33b56e5c65b1926a0f093c6512fa5949ae9336d928b8d8a805f760c9025bc2aa +SIZE (vor-0.5.4.tar.bz2) = 196413 diff --git a/games/vor/pkg-plist b/games/vor/pkg-plist index e01cc46dc54e..aced72454d67 100644 --- a/games/vor/pkg-plist +++ b/games/vor/pkg-plist @@ -1,19 +1,14 @@ bin/vor -%%DATADIR%%/4est_fulla3s.mod %%DATADIR%%/b_game.png %%DATADIR%%/b_on.png %%DATADIR%%/b_over.png %%DATADIR%%/b_rockdodger.png %%DATADIR%%/b_variations.png -%%DATADIR%%/boom.wav -%%DATADIR%%/booom.wav -%%DATADIR%%/bzboom.wav -%%DATADIR%%/cboom.wav +%%DATADIR%%/bang.wav %%DATADIR%%/font.png -%%DATADIR%%/getzznew.mod %%DATADIR%%/icon.png %%DATADIR%%/life.png -%%DATADIR%%/magic.mod +%%DATADIR%%/mph.xm %%DATADIR%%/rock00.png %%DATADIR%%/rock01.png %%DATADIR%%/rock02.png |