mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
33 lines
674 B
Makefile
33 lines
674 B
Makefile
# Created by: John Hixson <john@pcbsd.org>
|
|
|
|
PORTNAME= pianobar
|
|
PORTVERSION= 2020.11.28
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= jhixson@FreeBSD.org
|
|
COMMENT= Command-line Pandora online radio player
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libao.so:audio/libao \
|
|
libgnutls.so:security/gnutls \
|
|
libjson-c.so:devel/json-c \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libavcodec.so:multimedia/ffmpeg \
|
|
libcurl.so:ftp/curl
|
|
|
|
MAKE_ENV+= V=1
|
|
USES= alias gmake localbase pkgconfig tar:bzip2
|
|
|
|
PLIST_FILES= bin/pianobar \
|
|
man/man1/pianobar.1.gz
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= PromyLOPh
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pianobar
|
|
|
|
.include <bsd.port.mk>
|