|
Lines 3-8
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= uqm |
4 |
PORTNAME= uqm |
| 5 |
PORTVERSION= 0.7.0 |
5 |
PORTVERSION= 0.7.0 |
|
|
6 |
PORTREVISION= 1 |
| 6 |
CATEGORIES= games |
7 |
CATEGORIES= games |
| 7 |
MASTER_SITES= SF/sc2/UQM/${PORTVERSION:R} |
8 |
MASTER_SITES= SF/sc2/UQM/${PORTVERSION:R} |
| 8 |
DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm |
9 |
DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm |
|
Lines 46-58
USE_OPENAL= al
Link Here
|
| 46 |
.endif |
47 |
.endif |
| 47 |
|
48 |
|
| 48 |
post-extract: |
49 |
post-extract: |
| 49 |
${MKDIR} ${WRKSRC}/content/packages |
50 |
${MKDIR} ${WRKSRC}/content/addons ${WRKSRC}/content/packages |
| 50 |
${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-content.uqm ${WRKSRC}/content/packages/ |
51 |
${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-content.uqm ${WRKSRC}/content/packages/ |
| 51 |
.ifdef(WITH_VOICE) |
52 |
.ifdef(WITH_VOICE) |
| 52 |
${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-voice.uqm ${WRKSRC}/content/packages/ |
53 |
${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-voice.uqm ${WRKSRC}/content/addons/ |
| 53 |
.endif |
54 |
.endif |
| 54 |
.ifdef(WITH_MUSIC) |
55 |
.ifdef(WITH_MUSIC) |
| 55 |
${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-3domusic.uqm ${WRKSRC}/content/packages/ |
56 |
${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-3domusic.uqm ${WRKSRC}/content/addons/ |
| 56 |
.endif |
57 |
.endif |
| 57 |
|
58 |
|
| 58 |
do-configure: |
59 |
do-configure: |