Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= herrie |
8 |
PORTNAME= herrie |
9 |
PORTVERSION= 1.6.1 |
9 |
PORTVERSION= 1.7 |
10 |
CATEGORIES= audio |
10 |
CATEGORIES= audio |
11 |
MASTER_SITES= http://herrie.info/distfiles/ \ |
11 |
MASTER_SITES= http://herrie.info/distfiles/ \ |
12 |
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ |
12 |
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ |
Lines 15-33
Link Here
|
15 |
MAINTAINER= ed@fxq.nl |
15 |
MAINTAINER= ed@fxq.nl |
16 |
COMMENT= A small command line interface music player |
16 |
COMMENT= A small command line interface music player |
17 |
|
17 |
|
18 |
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl |
|
|
19 |
|
20 |
HAS_CONFIGURE= yes |
18 |
HAS_CONFIGURE= yes |
21 |
CONFIGURE_ENV+= PREFIX=${PREFIX} |
19 |
CONFIGURE_ENV+= PREFIX=${PREFIX} |
22 |
|
20 |
|
23 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
24 |
USE_OPENSSL= yes |
|
|
25 |
USE_GNOME= glib20 |
22 |
USE_GNOME= glib20 |
26 |
|
23 |
|
27 |
OPTIONS= MAD "MAD MP3 support" on \ |
24 |
OPTIONS= MAD "MAD MP3 support" on \ |
28 |
VORBIS "Ogg Vorbis support" on \ |
25 |
VORBIS "Ogg Vorbis support" on \ |
29 |
SNDFILE "libsndfile support" on \ |
26 |
SNDFILE "libsndfile support" off \ |
30 |
MODPLUG "libmodplug support" off \ |
27 |
MODPLUG "libmodplug support" off \ |
|
|
28 |
HTTP "HTTP streams and AudioScrobbler support" on \ |
31 |
LIBAO "LibAO support (breaks chroot)" off \ |
29 |
LIBAO "LibAO support (breaks chroot)" off \ |
32 |
XCURSES "Build XCurses version" off \ |
30 |
XCURSES "Build XCurses version" off \ |
33 |
XSPF "Support for XSPF playlists" on |
31 |
XSPF "Support for XSPF playlists" on |
Lines 61-66
Link Here
|
61 |
LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug |
59 |
LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug |
62 |
.else |
60 |
.else |
63 |
CONFIGURE_ARGS+=no_modplug |
61 |
CONFIGURE_ARGS+=no_modplug |
|
|
62 |
.endif |
63 |
.if !defined(WITHOUT_HTTP) |
64 |
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl |
65 |
.else |
66 |
CONFIGURE_ARGS+=no_http no_scrobbler |
64 |
.endif |
67 |
.endif |
65 |
.if !defined(WITHOUT_LIBAO) |
68 |
.if !defined(WITHOUT_LIBAO) |
66 |
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao |
69 |
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao |