Lines 7-21
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= mt-daapd |
8 |
PORTNAME= mt-daapd |
9 |
PORTVERSION= 0.2.4 |
9 |
PORTVERSION= 0.2.4 |
10 |
CATEGORIES= audio |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= audio japanese |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
|
14 |
|
14 |
MAINTAINER= alexbl@FreeBSD.org |
15 |
MAINTAINER= alexbl@FreeBSD.org |
15 |
COMMENT= Multithread daapd yet another Server for Apple iTunes |
16 |
COMMENT= Multithread daapd yet another Server for Apple iTunes |
16 |
|
17 |
|
17 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm |
18 |
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm |
18 |
LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag |
19 |
LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag |
19 |
|
20 |
|
20 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
21 |
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ |
22 |
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ |
Lines 26-31
Link Here
|
26 |
CONFIGURE_ARGS= --with-id3tag=${PREFIX} --with-gdbm-includes=${LOCALBASE}/include |
27 |
CONFIGURE_ARGS= --with-id3tag=${PREFIX} --with-gdbm-includes=${LOCALBASE}/include |
27 |
|
28 |
|
28 |
USE_AUTOTOOLS= autoheader:259 autoconf:259:env |
29 |
USE_AUTOTOOLS= autoheader:259 autoconf:259:env |
|
|
30 |
USE_ICONV= yes |
31 |
|
32 |
PATCH_SITES+= http://www.kzsoft.to/~kazu/mt-daapd/patch/ |
33 |
PATCH_SITES+= ${MASTER_SITE_LOCAL} |
34 |
PATCHFILES+= mt-daapd-0.2.4-cp932.patch |
35 |
PATCH_DIST_STRIP+= -p1 |
29 |
|
36 |
|
30 |
DAAPD_USER?= daapd |
37 |
DAAPD_USER?= daapd |
31 |
DAAPD_GROUP?= daapd |
38 |
DAAPD_GROUP?= daapd |