Lines 3-25
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= endgame-singularity-music |
4 |
PORTNAME= endgame-singularity-music |
5 |
PORTVERSION= 007 |
5 |
PORTVERSION= 007 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= games |
7 |
CATEGORIES= games |
7 |
MASTER_SITES= GOOGLE_CODE |
|
|
8 |
PROJECTHOST= endgame-singularity |
8 |
PROJECTHOST= endgame-singularity |
9 |
|
9 |
|
10 |
MAINTAINER= mokhi64@gmail.com |
10 |
MAINTAINER= mokhi64@gmail.com |
11 |
COMMENT= Music pack for endgame-singularity |
11 |
COMMENT= Music pack for endgame-singularity |
12 |
|
12 |
|
13 |
BROKEN= Unfetchable (google code has gone away) |
13 |
LICENSE= CC-BY-SA-3.0 |
14 |
|
14 |
|
15 |
NO_ARCH= yes |
15 |
NO_ARCH= yes |
16 |
NO_BUILD= yes |
16 |
NO_BUILD= yes |
17 |
|
17 |
|
18 |
USES= zip |
18 |
USE_GITHUB= yes |
|
|
19 |
GH_TUPLE= singularity:singularity-music:968faad |
19 |
|
20 |
|
20 |
DATADIR= ${PREFIX}/share/singularity |
21 |
DATADIR= ${PREFIX}/share/singularity |
21 |
|
22 |
|
22 |
do-install: |
23 |
do-install: |
23 |
cd ${WRKSRC} && ${COPYTREE_SHARE} "*.ogg win lose" ${STAGEDIR}${DATADIR}/music |
24 |
cd ${WRKSRC}/music && ${COPYTREE_SHARE} "*.ogg win lose" ${STAGEDIR}${DATADIR}/music |
24 |
|
25 |
|
25 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |