Lines 25-31
Link Here
|
25 |
USE_PYTHON_BUILD= yes |
25 |
USE_PYTHON_BUILD= yes |
26 |
USE_BZIP2= yes |
26 |
USE_BZIP2= yes |
27 |
USE_SCONS= yes |
27 |
USE_SCONS= yes |
28 |
SCONS_ARGS= EXCLUDE="${EXCLUDE}" |
28 |
SCONS_ARGS= INSTALLDIR=${DESTDIR} EXCLUDE="${EXCLUDE}" |
29 |
|
29 |
|
30 |
.if !defined(XMMS2_SLAVE) |
30 |
.if !defined(XMMS2_SLAVE) |
31 |
USE_GNOME= glib20 |
31 |
USE_GNOME= glib20 |
Lines 50-56
Link Here
|
50 |
MMS "Support to playback streams via MMS" off \ |
50 |
MMS "Support to playback streams via MMS" off \ |
51 |
SAMBA "Support to playback files via SMB" off \ |
51 |
SAMBA "Support to playback files via SMB" off \ |
52 |
FAM "Support to update Media Library on file change" off \ |
52 |
FAM "Support to update Media Library on file change" off \ |
53 |
MDNS "Support to announce XMMS2d via mDNS" off #\ |
53 |
MDNS_AVAHI "Support to announce XMMS2d via mDNS (Avahi)" off \ |
|
|
54 |
MDNS_APPLE "Support to announce XMMS2d via mDNS (Apple)" on #\ |
54 |
# SDL "Support for visualization" on \ |
55 |
# SDL "Support for visualization" on \ |
55 |
# JACK "Support to output via the Jack output server" off |
56 |
# JACK "Support to output via the Jack output server" off |
56 |
.endif |
57 |
.endif |
Lines 180-191
Link Here
|
180 |
PLIST_SUB+= FAM="@comment " |
181 |
PLIST_SUB+= FAM="@comment " |
181 |
.endif |
182 |
.endif |
182 |
|
183 |
|
183 |
.if defined(WITH_MDNS) |
184 |
.if defined(WITH_MDNS_AVAHI) |
184 |
LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi |
185 |
LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi |
185 |
PLIST_SUB+= MDNS="" |
186 |
PLIST_SUB+= MDNS_AVAHI="" |
186 |
.else |
187 |
.else |
187 |
EXCLUDE+= mdns |
188 |
EXCLUDE+= avahi |
188 |
PLIST_SUB+= MDNS="@comment " |
189 |
PLIST_SUB+= MDNS_AVAHI="@comment " |
|
|
190 |
.endif |
191 |
|
192 |
.if !defined (WITHOUT_MDNS_APPLE) |
193 |
LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder |
194 |
PLIST_SUB+= MDNS_APPLE="" |
195 |
.else |
196 |
EXCLUDE+= dns_sd |
197 |
PLIST_SUB+= MDNS_APPLE="@comment " |
189 |
.endif |
198 |
.endif |
190 |
.endif |
199 |
.endif |
191 |
|
200 |
|