Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= exaile |
8 |
PORTNAME= exaile |
9 |
DISTVERSION= 0.2.99.2 |
9 |
DISTVERSION= 0.2.99.2 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
11 |
CATEGORIES= audio |
11 |
CATEGORIES= audio |
12 |
MASTER_SITES= http://www.exaile.org/files/ \ |
12 |
MASTER_SITES= http://www.exaile.org/files/ \ |
13 |
http://wickedmachine.net/~jsa/FreeBSD/distfiles/ |
13 |
http://wickedmachine.net/~jsa/FreeBSD/distfiles/ |
Lines 29-35
Link Here
|
29 |
|
29 |
|
30 |
# The reality with these options is that they all will be autodetected and used |
30 |
# The reality with these options is that they all will be autodetected and used |
31 |
# if already installed. These just force Exaile to bring them in as well. |
31 |
# if already installed. These just force Exaile to bring them in as well. |
32 |
OPTIONS= BAD "Install bad gstreamer plugins" On\ |
32 |
OPTIONS= BAD "Install bad GStreamer plugins" On \ |
|
|
33 |
BDB "Install Python Berkley DB module" On \ |
33 |
CDDB "Lookup CD information within Exaile" On \ |
34 |
CDDB "Lookup CD information within Exaile" On \ |
34 |
DBUS "Rely on Python D-Bus bindings" On \ |
35 |
DBUS "Rely on Python D-Bus bindings" On \ |
35 |
HAL "Force depend on HAL" On \ |
36 |
HAL "Force depend on HAL" On \ |
Lines 41-46
Link Here
|
41 |
USE_GSTREAMER+= bad |
42 |
USE_GSTREAMER+= bad |
42 |
.endif |
43 |
.endif |
43 |
|
44 |
|
|
|
45 |
.if !defined(WITHOUT_BDB) |
46 |
RUN_DEPENDS+= py*-bsddb>=2.5:${PORTSDIR}/databases/py-bsddb |
47 |
.endif |
48 |
|
44 |
.if !defined(WITHOUT_CDDB) |
49 |
.if !defined(WITHOUT_CDDB) |
45 |
RUN_DEPENDS+= py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb |
50 |
RUN_DEPENDS+= py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb |
46 |
.endif |
51 |
.endif |