|
Lines 20-29
Link Here
|
| 20 |
LDFLAGS+= -L${LOCALBASE}/lib |
20 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 21 |
INSTALL_TARGET= install-strip |
21 |
INSTALL_TARGET= install-strip |
| 22 |
|
22 |
|
| 23 |
OPTIONS_DEFINE= FLAC MIKMOD MIDI MODPLUG PHYSFS SMPEG SPEEX VORBIS |
23 |
OPTIONS_DEFINE= FLAC MIKMOD MODPLUG PHYSFS SMPEG SPEEX VORBIS |
| 24 |
OPTIONS_DEFAULT= FLAC MIKMOD MIDI MODPLUG PHYSFS SMPEG SPEEX VORBIS |
24 |
OPTIONS_DEFAULT= ${OPTIONS_DEFINE} |
|
|
25 |
|
| 26 |
OPTIONS_SINGLE= MIDI |
| 27 |
OPTIONS_SINGLE_MIDI= TIMIDITY TIMIDITY2 |
| 28 |
|
| 29 |
TIMIDITY_DESC= Original version of the popular Software Sinthesizer |
| 30 |
TIMIDITY2_DESC= Updated version of Timidity, Timidity++ |
| 31 |
OPTIONS_DEFAULT+= TIMIDITY2 |
| 25 |
|
32 |
|
| 26 |
MIDI_DESC= Software MIDI music |
|
|
| 27 |
PHYSFS_DESC= PhysicsFS support |
33 |
PHYSFS_DESC= PhysicsFS support |
| 28 |
SMPEG_DESC= MP3 audio format |
34 |
SMPEG_DESC= MP3 audio format |
| 29 |
|
35 |
|
|
Lines 66-74
Link Here
|
| 66 |
CONFIGURE_ARGS+=--disable-speex |
72 |
CONFIGURE_ARGS+=--disable-speex |
| 67 |
.endif |
73 |
.endif |
| 68 |
|
74 |
|
| 69 |
.if ${PORT_OPTIONS:MMIDI} |
75 |
.if ${PORT_OPTIONS:MTIMIDITY} |
| 70 |
RUN_DEPENDS+= ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity |
76 |
RUN_DEPENDS+= ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity |
| 71 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity |
77 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity |
|
|
78 |
.elif ${PORT_OPTIONS:MTIMIDITY2} |
| 79 |
RUN_DEPENDS+= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++ |
| 80 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++ |
| 72 |
.else |
81 |
.else |
| 73 |
CONFIGURE_ARGS+=--disable-midi |
82 |
CONFIGURE_ARGS+=--disable-midi |
| 74 |
.endif |
83 |
.endif |