1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/musicpc/Makefile
Thomas Zander 84d189608c Update to upstream version 0.31
Details:
- Add commands "queued", "seekthrough", "mount", "unmount"
- Support "search" with filter expression (MPD 0.21)
- Support "load" with range
- Allow only tag names after "list"
- Upstream log see
  https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.31/NEWS

PR:		232854
Submitted by:	uzsolt@uzsolt.hu (maintainer)
MFH:		2018Q4
2018-11-10 10:42:39 +00:00

37 lines
880 B
Makefile

# Created by: Mark Reidel <ports@mark.reidle.info>
# $FreeBSD$
PORTNAME= musicpc
DISTVERSION= 0.31
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpc/0/
DISTNAME= mpc-${PORTVERSION}
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Command line client for the musicpd
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmpdclient.so:audio/libmpdclient
USES= meson pkgconfig tar:xz
MESON_ARGS= --mandir=${MANPREFIX}
OPTIONS_DEFINE= DOCS ICONV
OPTIONS_DEFAULT= DOCS ICONV
DOCS_USES= python:env
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
DOCS_MESON_ON= -Ddocumentation=enabled
DOCS_MESON_OFF= -Ddocumentation=disabled
ICONV_USES= iconv
ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB}
ICONV_MESON_ON= -Diconv=enabled
ICONV_MESON_OFF= -Diconv=disabled
PORTDOCS= AUTHORS README.rst NEWS
.include <bsd.port.mk>