diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-18 15:43:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-18 15:43:47 +0800 |
commit | 47d49252749da603012130493c8b79012f896c7a (patch) | |
tree | f4bfe965a36d0f3335b61557920f9f0d78eefe23 /games | |
parent | 83b1064353357a6e45f770b1db8ccfa8840cd00d (diff) | |
download | freebsd-ports-gnome-47d49252749da603012130493c8b79012f896c7a.tar.gz freebsd-ports-gnome-47d49252749da603012130493c8b79012f896c7a.tar.zst freebsd-ports-gnome-47d49252749da603012130493c8b79012f896c7a.zip |
- Update to 007
PR: 188138
Submitted by: ports fury
Diffstat (limited to 'games')
-rw-r--r-- | games/endgame-singularity-music/Makefile | 19 | ||||
-rw-r--r-- | games/endgame-singularity-music/distinfo | 4 | ||||
-rw-r--r-- | games/endgame-singularity-music/pkg-plist | 8 |
3 files changed, 23 insertions, 8 deletions
diff --git a/games/endgame-singularity-music/Makefile b/games/endgame-singularity-music/Makefile index e95ed73572a1..1d4cc15d45b7 100644 --- a/games/endgame-singularity-music/Makefile +++ b/games/endgame-singularity-music/Makefile @@ -2,21 +2,30 @@ # $FreeBSD$ PORTNAME= endgame-singularity-music -PORTVERSION= 006 +PORTVERSION= 007 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE CENKES +MASTER_SITES= GOOGLE_CODE +PROJECTHOST= endgame-singularity MAINTAINER= ports@FreeBSD.org COMMENT= Music pack for endgame-singularity -PROJECTHOST= endgame-singularity - +NO_ARCH= yes NO_BUILD= yes + USES= zip DATADIR= ${PREFIX}/share/singularity do-install: - cd ${WRKSRC}/ && ${COPYTREE_SHARE} music ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR}/music + @(cd ${WRKSRC} && ${INSTALL_DATA} *.ogg \ + ${STAGEDIR}${DATADIR}/music) + @${MKDIR} ${STAGEDIR}${DATADIR}/music/lose + @(cd ${WRKSRC}/lose && ${INSTALL_DATA} *.ogg \ + ${STAGEDIR}${DATADIR}/music/lose) + @${MKDIR} ${STAGEDIR}${DATADIR}/music/win + @(cd ${WRKSRC}/win && ${INSTALL_DATA} *.ogg \ + ${STAGEDIR}${DATADIR}/music/win) .include <bsd.port.mk> diff --git a/games/endgame-singularity-music/distinfo b/games/endgame-singularity-music/distinfo index baaef61f1d21..40b83fb407a3 100644 --- a/games/endgame-singularity-music/distinfo +++ b/games/endgame-singularity-music/distinfo @@ -1,2 +1,2 @@ -SHA256 (endgame-singularity-music-006.zip) = 469697285c00564d831249898204d3e532f2685a17b4cf47ee4abc3ffc29276f -SIZE (endgame-singularity-music-006.zip) = 28250705 +SHA256 (endgame-singularity-music-007.zip) = eb5a3c2730731fda0cc7861977cd97937950b85d3fe08bc431054a639cc2c26d +SIZE (endgame-singularity-music-007.zip) = 51774799 diff --git a/games/endgame-singularity-music/pkg-plist b/games/endgame-singularity-music/pkg-plist index 9778227b234e..71c438290ce4 100644 --- a/games/endgame-singularity-music/pkg-plist +++ b/games/endgame-singularity-music/pkg-plist @@ -1,14 +1,20 @@ +%%DATADIR%%/music/A New Journey.ogg +%%DATADIR%%/music/Aberrations.ogg %%DATADIR%%/music/Advanced Simulacra.ogg %%DATADIR%%/music/Awakening.ogg %%DATADIR%%/music/By-Product.ogg %%DATADIR%%/music/Coherence.ogg %%DATADIR%%/music/Deprecation.ogg +%%DATADIR%%/music/Enemy Unknown.ogg %%DATADIR%%/music/Inevitable.ogg %%DATADIR%%/music/Media Threat.ogg +%%DATADIR%%/music/Nebula.ogg +%%DATADIR%%/music/Orbital Elevator.ogg +%%DATADIR%%/music/Through Space.ogg %%DATADIR%%/music/lose/Chimes They Fade.ogg %%DATADIR%%/music/lose/March Thee to Dis.ogg %%DATADIR%%/music/win/Apex Aleph.ogg -@dirrm %%DATADIR%%/music/lose @dirrm %%DATADIR%%/music/win +@dirrm %%DATADIR%%/music/lose @dirrmtry %%DATADIR%%/music @dirrmtry %%DATADIR%% |