ports/audio/mpdscribble/Makefile

34 lines
821 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = mpd client to scrobble track info to last.fm
V = 0.22
DISTNAME = mpdscribble-$V
REVISION = 2
CATEGORIES = audio
HOMEPAGE = https://www.musicpd.org/clients/mpdscribble/
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += c curl glib-2.0 intl mpdclient
2023-09-08 05:21:37 +00:00
SITES = http://www.musicpd.org/download/mpdscribble/$V/
2023-08-16 22:26:55 +00:00
LIB_DEPENDS = net/curl \
devel/glib2 \
audio/libmpdclient
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-http-client=curl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/mpdscribble ${PREFIX}/bin/mpdscribble
${INSTALL_MAN} ${WRKSRC}/doc/mpdscribble.1 ${PREFIX}/man/man1/mpdscribble.1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mpdscribble
${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/share/doc/mpdscribble
.include <bsd.port.mk>