1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/audio/pianobar/Makefile
Roman Bogorodskiy 91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00

34 lines
675 B
Makefile

# Created by: John Hixson <john@pcbsd.org>
# $FreeBSD$
PORTNAME= pianobar
PORTVERSION= 2012.12.01
PORTREVISION= 1
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 -std=c99
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>