1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/audio/libmpdclient/Makefile
Grzegorz Blach fcb82eb67e - Update to 2.8
Approved by:	tabthorpe (mentor)
2013-06-10 18:34:37 +00:00

27 lines
525 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= pathfix
USE_GMAKE= yes
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>