|
Lines 7-20
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= secretmaryochronicles-music |
8 |
PORTNAME= secretmaryochronicles-music |
| 9 |
PORTVERSION= 5.0 |
9 |
PORTVERSION= 5.0 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= games |
11 |
CATEGORIES= games |
| 11 |
MASTER_SITES= SF/smclone/Addon%20-%20Music/${PORTVERSION} |
12 |
MASTER_SITES= SF/smclone/Addon%20-%20Music/${PORTVERSION} |
| 12 |
DISTNAME= SMC_Music_${PORTVERSION}_high |
13 |
DISTNAME= SMC_Music_${DISTVERSION}_high |
| 13 |
|
14 |
|
| 14 |
MAINTAINER= adamw@FreeBSD.org |
15 |
MAINTAINER= adamw@FreeBSD.org |
| 15 |
COMMENT= Background music for Secret Maryo Chronicles |
16 |
COMMENT= Background music for Secret Maryo Chronicles |
| 16 |
|
17 |
|
| 17 |
RUN_DEPENDS= smc:${PORTSDIR}/games/secretmaryochronicles |
18 |
RUN_DEPENDS= ${LOCALBASE}/bin/smc:${PORTSDIR}/games/secretmaryochronicles |
| 18 |
|
19 |
|
| 19 |
USE_ZIP= yes |
20 |
USE_ZIP= yes |
| 20 |
|
21 |
|
|
Lines 22-27
Link Here
|
| 22 |
DATADIR= ${PREFIX}/share/smc |
23 |
DATADIR= ${PREFIX}/share/smc |
| 23 |
NO_BUILD= yes |
24 |
NO_BUILD= yes |
| 24 |
|
25 |
|
|
|
26 |
PORTDOCS= Addon_-_Music_Readme.txt |
| 27 |
|
| 28 |
.include <bsd.port.options.mk> |
| 29 |
|
| 25 |
post-patch: |
30 |
post-patch: |
| 26 |
# The pointyhat build system doesn't like spaces in $PORTDOCS, |
31 |
# The pointyhat build system doesn't like spaces in $PORTDOCS, |
| 27 |
# so this makes it happier |
32 |
# so this makes it happier |
|
Lines 32-45
Link Here
|
| 32 |
cd ${WRKSRC}/data && \ |
37 |
cd ${WRKSRC}/data && \ |
| 33 |
${FIND} music | ${CPIO} -pdmvu ${DATADIR} |
38 |
${FIND} music | ${CPIO} -pdmvu ${DATADIR} |
| 34 |
|
39 |
|
| 35 |
.if !defined(NOPORTDOCS) |
|
|
| 36 |
PORTDOCS= Addon_-_Music_Readme.txt |
| 37 |
|
| 38 |
post-install: |
40 |
post-install: |
|
|
41 |
.if ${PORT_OPTIONS:MDOCS} |
| 39 |
${MKDIR} ${DOCSDIR} |
42 |
${MKDIR} ${DOCSDIR} |
| 40 |
.for f in ${PORTDOCS} |
43 |
. for f in ${PORTDOCS} |
| 41 |
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} |
44 |
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} |
| 42 |
.endfor |
45 |
. endfor |
| 43 |
.endif |
46 |
.endif |
| 44 |
|
47 |
|
| 45 |
.include <bsd.port.mk> |
48 |
.include <bsd.port.mk> |