mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
32 lines
668 B
Makefile
32 lines
668 B
Makefile
# Created by: hrkfrd@googlemail.com
|
|
|
|
PORTNAME= mpdas
|
|
PORTVERSION= 0.4.5
|
|
PORTREVISION= 3
|
|
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= compiler:c++11-lang 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>
|