freebsd-ports/audio/pianobar/Makefile
Bryan Drewery 42602d5f21 - Update to 2012-09-07 [1]
- Remove ABI versions from LIB_DEPENDS
- Move LICENSE to make portlint happy

PR:		ports/171425 [1]
Submitted by:	John Hixson <john@pcbsd.org> (maintainer)
Approved by:	eadler, bapt (mentors, implicit)
2012-09-10 19:20:41 +00:00

36 lines
723 B
Makefile

# New ports collection makefile for: pianobar
# Date created: 8 October 2010
# Whom: John Hixson <john@pcbsd.org>
#
# $FreeBSD$
#
PORTNAME= pianobar
PORTVERSION= 2012.09.07
CATEGORIES= audio
MASTER_SITES= http://6xq.net/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:${PORTSDIR}/security/gnutls \
json:${PORTSDIR}/devel/json-c \
gcrypt:${PORTSDIR}/security/libgcrypt
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>