freebsd-ports/audio/mpdas/Makefile
Dmitry Marakasov f1cc67d664 - Update to 0.4.2
- While here, minor whitespace fix

PR:		211992
Submitted by:	henrik@affekt.org (maintainer)
2016-08-19 18:25:15 +00:00

31 lines
644 B
Makefile

# Created by: hrkfrd@googlemail.com
# $FreeBSD$
PORTNAME= mpdas
PORTVERSION= 0.4.2
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:ftp/curl \
libmpdclient.so: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>