mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
33fb23a87f
Fixes the problem logging in. PR: ports/152056 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Approved by: John Hixson <john@pcbsd.org>
29 lines
522 B
Makefile
29 lines
522 B
Makefile
# New ports collection makefile for: pianobar
|
|
# Date created: 8 October 2010
|
|
# Whom: John Hixson <john@pcbsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pianobar
|
|
PORTVERSION= 2010.11.06
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://6xq.net/media/00/16/
|
|
|
|
MAINTAINER= john@pcbsd.org
|
|
COMMENT= Command line Pandora player
|
|
|
|
LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \
|
|
faad:${PORTSDIR}/audio/faad \
|
|
mad:${PORTSDIR}/audio/libmad
|
|
|
|
MAN1= pianobar.1
|
|
MAN_COMPRESSED= no
|
|
|
|
PLIST_FILES= bin/pianobar
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|