mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
30 lines
669 B
Makefile
30 lines
669 B
Makefile
PORTNAME= mpdas
|
|
PORTVERSION= 0.4.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://50hz.ws/mpdas/
|
|
|
|
MAINTAINER= henrik@affekt.org
|
|
COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol
|
|
WWW= https://50hz.ws/mpdas/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libmpdclient.so:audio/libmpdclient
|
|
|
|
USES= compiler:c++11-lang pkgconfig
|
|
|
|
USE_RC_SUBR= mpdas
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PLIST_FILES= bin/mpdas \
|
|
share/man/man1/mpdas.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mpdas ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|