49ac0257b5
While here: - trim headers - convert USE_GMAKE -> USES=gmake - convert USE_GNOME=gnomehack -> USES=pathfix - convert USE_PERL5 -> USES=perl5
33 lines
690 B
Makefile
33 lines
690 B
Makefile
# Created by: John Hixson <john@pcbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pianobar
|
|
PORTVERSION= 2013.05.19
|
|
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
|
|
|
|
USES= gmake pkgconfig
|
|
USE_BZIP2= yes
|
|
MAKE_ARGS+= CC="${CC}"
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -std=c99
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|