diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-22 20:43:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-22 20:43:50 +0000 |
commit | 017e7c75074a5101f37dd6f14f774e5a16a31cb2 (patch) | |
tree | b0b09788d4fa9416aac4489d699b71cc825b36f1 /games | |
parent | a9360f2811eca48bcfb336e1f292bec723602dfc (diff) | |
download | ports-017e7c75074a5101f37dd6f14f774e5a16a31cb2.tar.gz ports-017e7c75074a5101f37dd6f14f774e5a16a31cb2.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pushover/Makefile | 15 | ||||
-rw-r--r-- | games/pushover/distinfo | 6 | ||||
-rw-r--r-- | games/pushover/pkg-plist | 8 |
3 files changed, 23 insertions, 6 deletions
diff --git a/games/pushover/Makefile b/games/pushover/Makefile index 1e679f2b964b..19fbbc3d2bef 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -6,13 +6,12 @@ # PORTNAME= pushover -PORTVERSION= 0.0.1 -PORTREVISION= 2 +PORTVERSION= 0.0.2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Pushover/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Pushover Screenshot Pushover a lot of dominos +COMMENT= A puzzle game where the goal is to push over all dominoes LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png @@ -20,9 +19,19 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl mixer ttf USE_LUA= 5.1 +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +MAKE_JOBS_SAFE= yes PORTDOCS= * +DESKTOP_ENTRIES="Pushover" \ + "Push over all dominoes" \ + "" \ + "pushover" \ + "Game;LogicGame;" \ + false + post-patch: @${REINPLACE_CMD} -e '/PKG_CONFIG/ s|lua5.1|lua-5.1|' \ ${WRKSRC}/configure diff --git a/games/pushover/distinfo b/games/pushover/distinfo index 2f1a876583f2..93d70f21aa9d 100644 --- a/games/pushover/distinfo +++ b/games/pushover/distinfo @@ -1,3 +1,3 @@ -MD5 (pushover-0.0.1.tar.gz) = aeb0f0927f596623c5a1ea9cc27220e0 -SHA256 (pushover-0.0.1.tar.gz) = 612050d95b78a3c355a0f9630e4c7c2230ce3e9bdaa43f5a1392ad4d62608230 -SIZE (pushover-0.0.1.tar.gz) = 2235398 +MD5 (pushover-0.0.2.tar.gz) = b0b6b584a57db0ca6ec69647fba67369 +SHA256 (pushover-0.0.2.tar.gz) = 9540cfd602d2f47eaf8c296a857b7069b26d21c1c07feff298a6a312854f5853 +SIZE (pushover-0.0.2.tar.gz) = 21408814 diff --git a/games/pushover/pkg-plist b/games/pushover/pkg-plist index ffa35da6f521..fa362f2b2203 100644 --- a/games/pushover/pkg-plist +++ b/games/pushover/pkg-plist @@ -1,4 +1,7 @@ bin/pushover +share/locale/cs/LC_MESSAGES/pushover.mo +share/locale/de/LC_MESSAGES/pushover.mo +share/locale/ru/LC_MESSAGES/pushover.mo %%DATADIR%%/data/01_StandardFalling.ogg %%DATADIR%%/data/02_StopperHit.ogg %%DATADIR%%/data/03_Splitter.ogg @@ -24,22 +27,27 @@ bin/pushover %%DATADIR%%/levels/av.gz %%DATADIR%%/levels/original.gz %%DATADIR%%/themes/aztec.lua +%%DATADIR%%/themes/aztec.ogg %%DATADIR%%/themes/aztec.png %%DATADIR%%/themes/castle.lua +%%DATADIR%%/themes/castle.ogg %%DATADIR%%/themes/castle.png %%DATADIR%%/themes/cavern.lua %%DATADIR%%/themes/cavern.png %%DATADIR%%/themes/dungeon.lua +%%DATADIR%%/themes/dungeon.ogg %%DATADIR%%/themes/dungeon.png %%DATADIR%%/themes/electro.lua %%DATADIR%%/themes/electro.png %%DATADIR%%/themes/greek.lua %%DATADIR%%/themes/greek.png %%DATADIR%%/themes/japanese.lua +%%DATADIR%%/themes/japanese.ogg %%DATADIR%%/themes/japanese.png %%DATADIR%%/themes/mechanic.lua %%DATADIR%%/themes/mechanic.png %%DATADIR%%/themes/space.lua +%%DATADIR%%/themes/space.ogg %%DATADIR%%/themes/space.png %%DATADIR%%/themes/tools.lua %%DATADIR%%/themes/toxcity.lua |