1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/pianobar/Makefile
Josh Paetzel 077aba1989 Update to 2011.01.24
PR:	ports/156262
Submitted by:	John Hixson <john@pcbsd.org>
2011-04-08 12:36:57 +00:00

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= 2011.01.24
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>