Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= sdl_sound |
4 |
PORTNAME= sdl_sound |
5 |
PORTVERSION= 1.0.3 |
5 |
PORTVERSION= 1.0.3 |
6 |
PORTREVISION= 14 |
6 |
PORTREVISION= 15 |
7 |
CATEGORIES= audio |
7 |
CATEGORIES= audio |
8 |
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/ |
8 |
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/ |
9 |
DISTNAME= SDL_sound-${PORTVERSION} |
9 |
DISTNAME= SDL_sound-${PORTVERSION} |
Lines 57-62
Link Here
|
57 |
libogg.so:audio/libogg |
57 |
libogg.so:audio/libogg |
58 |
VORBIS_CONFIGURE_ENABLE=ogg |
58 |
VORBIS_CONFIGURE_ENABLE=ogg |
59 |
|
59 |
|
|
|
60 |
.include <bsd.port.pre.mk> |
61 |
|
62 |
.if ${PORT_OPTIONS:MMIDI} |
63 |
WARNING= "If option MIDI is on, timitidy has to build with option GOEMON=on" |
64 |
.endif |
65 |
|
66 |
|
60 |
post-patch: |
67 |
post-patch: |
61 |
@${REINPLACE_CMD} 's|timidity.cfg|${PREFIX}/share/timidity/&|' \ |
68 |
@${REINPLACE_CMD} 's|timidity.cfg|${PREFIX}/share/timidity/&|' \ |
62 |
${WRKSRC}/decoders/timidity/options.h |
69 |
${WRKSRC}/decoders/timidity/options.h |
Lines 63-66
Link Here
|
63 |
@${REINPLACE_CMD} 's|__EXPORT__||' \ |
70 |
@${REINPLACE_CMD} 's|__EXPORT__||' \ |
64 |
${WRKSRC}/playsound/physfsrwops.h |
71 |
${WRKSRC}/playsound/physfsrwops.h |
65 |
|
72 |
|
66 |
.include <bsd.port.mk> |
73 |
.include <bsd.port.post.mk> |