freebsd-ports/audio/squeezeboxserver-trackstat/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

34 lines
903 B
Makefile

# New ports collection makefile for: squeezeboxserver-trackstat
# Date created: 21 June 2008
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= trackstat
PORTVERSION= 2.10
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://erland.homeip.net/download/do/downloadapplication?name=slimserver-trackstat&filename=/
PKGNAMEPREFIX= squeezeboxserver-
DISTNAME= TrackStat-${PORTVERSION:S/b/beta/}
DIST_SUBDIR= squeezeboxserver
MAINTAINER= tdb@FreeBSD.org
COMMENT= Squeezebox Server plugin to store ratings and statistics about songs
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezeboxserver
FETCH_BEFORE_ARGS= -o ${DISTFILES}
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
SLIMDIR?= squeezeboxserver
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/TrackStat
${CP} -R ${WRKSRC}/TrackStat/* ${PREFIX}/${SLIMDIR}/Plugins/TrackStat
.include <bsd.port.mk>