ee53e77fa4
Approved by: crees, tabthorpe (mentors, implicit)
25 lines
516 B
Makefile
25 lines
516 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmpdclient
|
|
PORTVERSION= 2.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= API library for interfacing MPD
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
.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>
|