ea16d28b49
- Adjust plist of ports depending on it PR: 212869
25 lines
562 B
Makefile
25 lines
562 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmpdclient
|
|
PORTVERSION= 2.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= API library for interfacing MPD
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= tar:xz gmake libtool pathfix
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= DOCS DOXYGEN
|
|
OPTIONS_SUB= yes
|
|
DOXYGEN_IMPLIES= DOCS
|
|
|
|
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
|
DOXYGEN_CONFIGURE_OFF= --disable-documentation
|
|
|
|
.include <bsd.port.mk>
|