freebsd-ports/multimedia/despotify/Makefile
Emanuel Haupt 00df1d9662 Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
2012-11-03 18:01:22 +00:00

29 lines
649 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= despotify
PORTVERSION= 0.0.${SVN_REV}
DISTVERSIONPREFIX= svn
CATEGORIES= multimedia
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line client for spotify
LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
ao:${PORTSDIR}/audio/libao
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
USE_GMAKE= yes
USE_LDCONFIG= yes
SVN_REV= 521
WRKSRC= ${WRKDIR}/${PORTNAME}/src
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
LDFLAGS+= -lpthread -lao -L${LOCALBASE}/lib
MAKE_ENV+= V=1 LDFLAGS="${LDFLAGS}" INSTALL_PREFIX=${PREFIX}
.include <bsd.port.mk>