765a5f01c5
PR: ports/191770 Submitted by: henrik@affekt.org
28 lines
601 B
Makefile
28 lines
601 B
Makefile
# Created by: hrkfrd@googlemail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mpdas
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://50hz.ws/mpdas/
|
|
|
|
MAINTAINER= henrik@affekt.org
|
|
COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol
|
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
|
libmpd.so:${PORTSDIR}/audio/libmpd
|
|
|
|
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}${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|