Lines 1-7
Link Here
|
1 |
PORTNAME= icecast |
1 |
PORTNAME= icecast |
2 |
DISTVERSIONPREFIX= icecast- |
2 |
DISTVERSIONPREFIX= icecast- |
3 |
DISTVERSION= 2.4.0-kh15 |
3 |
DISTVERSION= 2.4.0-kh15 |
4 |
PORTREVISION= 2 |
4 |
PORTREVISION= 3 |
5 |
CATEGORIES= audio net |
5 |
CATEGORIES= audio net |
6 |
PKGNAMESUFFIX= -kh |
6 |
PKGNAMESUFFIX= -kh |
7 |
|
7 |
|
Lines 32-50
LIBS+= -L${OPENSSLLIB} -lcrypto
Link Here
|
32 |
|
32 |
|
33 |
SUB_FILES= pkg-message |
33 |
SUB_FILES= pkg-message |
34 |
|
34 |
|
35 |
OPTIONS_DEFINE= CURL DOCS KATE SPEEX |
35 |
OPTIONS_DEFINE= CURL DOCS SPEEX |
36 |
OPTIONS_DEFAULT= CURL KATE SPEEX |
36 |
OPTIONS_DEFAULT= CURL SPEEX |
37 |
|
37 |
|
38 |
CURL_DESC= Support Directory server interaction (YP) via curl |
38 |
CURL_DESC= Support Directory server interaction (YP) via curl |
39 |
KATE_DESC= Support Kate/Skeleton codec within Ogg streams |
|
|
40 |
SPEEX_DESC= Support Speex codec within Ogg streams |
39 |
SPEEX_DESC= Support Speex codec within Ogg streams |
41 |
|
40 |
|
42 |
CURL_CONFIGURE_WITH= curl=${LOCALBASE} |
41 |
CURL_CONFIGURE_WITH= curl=${LOCALBASE} |
43 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
42 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
44 |
|
43 |
|
45 |
KATE_CONFIGURE_WITH= kate |
|
|
46 |
KATE_LIB_DEPENDS= libkate.so:multimedia/libkate |
47 |
|
48 |
SPEEX_CONFIGURE_WITH= speex=${LOCALBASE} |
44 |
SPEEX_CONFIGURE_WITH= speex=${LOCALBASE} |
49 |
SPEEX_LIB_DEPENDS= libspeex.so:audio/speex |
45 |
SPEEX_LIB_DEPENDS= libspeex.so:audio/speex |
50 |
|
46 |
|