summaryrefslogtreecommitdiffstats
path: root/audio/libmpdclient/Makefile
blob: 748663eeaef7bba1a98a7865b0ecbfd9c70256ab (plain)
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
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libmpdclient
PORTVERSION=	2.9
CATEGORIES=	audio
MASTER_SITES=	http://www.musicpd.org/download/libmpdclient/2/

MAINTAINER=	gblach@FreeBSD.org
COMMENT=	API library for interfacing MPD

USE_XZ=		yes
GNU_CONFIGURE=	yes
USES=		gmake pathfix
USE_LDCONFIG=	yes

OPTIONS_DEFINE=	DOCS 

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
.else
CONFIGURE_ARGS=	--disable-documentation
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud