freebsd-ports/audio/pianobar/Makefile
Frederic Culot 239cbf9c62 - Update to 2012.01.10
PR:		ports/164021
Submitted by:	John Hixson <john@pcbsd.org> (maintainer)
2012-01-12 05:43:46 +00:00

34 lines
657 B
Makefile

# New ports collection makefile for: pianobar
# Date created: 8 October 2010
# Whom: John Hixson <john@pcbsd.org>
#
# $FreeBSD$
#
PORTNAME= pianobar
PORTVERSION= 2012.01.10
CATEGORIES= audio
MASTER_SITES= http://6xq.net/static/projects/${PORTNAME}/
MAINTAINER= john@pcbsd.org
COMMENT= Command line Pandora player
LICENSE= MIT
LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \
faad:${PORTSDIR}/audio/faad \
mad:${PORTSDIR}/audio/libmad \
gnutls.47:${PORTSDIR}/security/gnutls
MAN1= pianobar.1
MAN_COMPRESSED= no
PLIST_FILES= bin/pianobar
USE_BZIP2= yes
USE_GMAKE= yes
CFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>