sthen 86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00

29 lines
566 B
Makefile

# $OpenBSD: Makefile,v 1.30 2019/04/24 16:26:54 sthen Exp $
COMMENT= command line client for mpd
VER= 0.31
DISTNAME= mpc-${VER}
CATEGORIES= audio
EXTRACT_SUFX= .tar.xz
REVISION= 0
HOMEPAGE= https://www.musicpd.org/clients/mpc/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c iconv mpdclient
LIB_DEPENDS= audio/libmpdclient>=2.2 \
converters/libiconv
BUILD_DEPENDS += textproc/py-sphinx
MASTER_SITES= https://www.musicpd.org/download/mpc/${VER:R}/
MODULES= devel/meson
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv"
.include <bsd.port.mk>