freebsd-ports/audio/mpdas/Makefile
Danilo Egea Gondolfo 765a5f01c5 - Update from 0.3.0 to 0.3.1
PR:		ports/191770
Submitted by:	henrik@affekt.org
2014-07-09 17:17:54 +00:00

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>