diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-21 20:46:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-21 20:46:08 +0000 |
commit | cdae4eff5ca832e95b0ff2cc323ebe25306a860f (patch) | |
tree | 1d4c74f76a95dd067db256187bb31e876db67529 /audio/libmpdclient | |
parent | 86467ac7a9abb65cdf266561ba686899efe76c28 (diff) | |
download | ports-cdae4eff5ca832e95b0ff2cc323ebe25306a860f.tar.gz ports-cdae4eff5ca832e95b0ff2cc323ebe25306a860f.zip |
Notes
Diffstat (limited to 'audio/libmpdclient')
-rw-r--r-- | audio/libmpdclient/Makefile | 6 | ||||
-rw-r--r-- | audio/libmpdclient/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libmpdclient/Makefile b/audio/libmpdclient/Makefile index 01b2e8f85ef9..9f1abce5d297 100644 --- a/audio/libmpdclient/Makefile +++ b/audio/libmpdclient/Makefile @@ -7,13 +7,14 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/libmpdclient/2/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= API library for interfacing MPD LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:xz meson +USES= meson tar:xz + USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS DOXYGEN @@ -21,7 +22,6 @@ OPTIONS_SUB= yes DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen - DOXYGEN_MESON_TRUE= documentation .include <bsd.port.mk> diff --git a/audio/libmpdclient/pkg-descr b/audio/libmpdclient/pkg-descr index 8692545a7133..e9b610b3942d 100644 --- a/audio/libmpdclient/pkg-descr +++ b/audio/libmpdclient/pkg-descr @@ -1,4 +1,4 @@ A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages. -WWW: http://www.musicpd.org/libs/libmpdclient +WWW: https://www.musicpd.org/libs/libmpdclient/ |