opnsense-ports/audio/mpdas/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

32 lines
680 B
Makefile

# Created by: hrkfrd@googlemail.com
# $FreeBSD$
PORTNAME= mpdas
PORTVERSION= 0.4.5
PORTREVISION= 1
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>