freebsd-ports/audio/mpdas/Makefile
Thomas Zander a5db7d5da7 Update to upstream version 0.4.0
From Changelog:
- Feature: A track can be set as 'loved' on Last.fm, e.g. with 'mpc
  sendmessage mpdas love'
- Migrate to libmpdclient instead of deprecated libmpd along with some code
  refactoring
- Fix typo that would result in an incorrent setgid()-call
- Fix in the handshake to communicate properly with the new Last.fm site
- Several other crash fixes and optimizations

pkg-descr:
- Update WWW

PR:		202899
Submitted by:	henrik@affekt.org (maintainer)
2015-09-05 11:39:00 +00:00

32 lines
668 B
Makefile

# Created by: hrkfrd@googlemail.com
# $FreeBSD$
PORTNAME= mpdas
PORTVERSION= 0.4.0
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
MAINTAINER= henrik@affekt.org
COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libmpdclient.so:${PORTSDIR}/audio/libmpdclient
USES= pkgconfig
USE_RC_SUBR= mpdas
SUB_FILES= pkg-message
PLIST_FILES= bin/mpdas \
man/man1/mpdas.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mpdas ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>