aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdlna/Makefile
blob: 4022ddf098a82ad049079d2cf4080a8cf4c8c208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    devel/libdlna
# Date created:             Sat Feb  9 20:20:00 UTC 2008
# Whom:                     Dave Grochowski <malus.x@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   libdlna
PORTVERSION=    0.2.3
CATEGORIES= devel
MASTER_SITES=   http://libdlna.geexbox.org/releases/ \
        http://critical.ch/distfiles/ \
        http://energy.critical.ch/distfiles/

MAINTAINER= malus.x@gmail.com
COMMENT=    Reference DLNA open-source implementation

LIB_DEPENDS+=   avcodec:${PORTSDIR}/multimedia/ffmpeg

HAS_CONFIGURE=  yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  pkgconfig
USE_LDCONFIG=   yes

CONFIGURE_ARGS+=    --prefix="${PREFIX}" --disable-optimize \
            --includedir=${LOCALBASE}/include \
            --libdir=${LOCALBASE}/lib
CONFIGURE_ENV+=     LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"

CFLAGS+=    -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}

post-patch:
    @${REINPLACE_CMD} -e \
        's#\(PKGCONFIG_DIR = \).*#\1${LOCALBASE}/libdata/pkgconfig#' \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>