blob: 4efeb4e3dc94d4733ff13e95bc1684674eb32322 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: pianobar
# Date created: 8 October 2010
# Whom: John Hixson <john@pcbsd.org>
#
# $FreeBSD$
#
PORTNAME= pianobar
PORTVERSION= 2010.10.07
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>
|