aboutsummaryrefslogtreecommitdiffstats
path: root/audio/squeezeboxserver-trackstat/Makefile
blob: 5eb6f7fc142b96d5f8f26fad59bde51c61e23d14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    squeezecenter-trackstat
# Date created:     21 June 2008
# Whom:         Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   trackstat
PORTVERSION=    2.0.b09
CATEGORIES= audio
MASTER_SITES=   http://erland.homeip.net/download/do/downloadapplication?name=slimserver-trackstat&filename=/
PKGNAMEPREFIX=  squeezecenter-
DISTNAME=   TrackStat-${PORTVERSION:S/b/beta/}
DIST_SUBDIR=    squeezecenter

MAINTAINER= tdb@FreeBSD.org
COMMENT=    SqueezeCenter plugin to store ratings and statistics about songs

RUN_DEPENDS=    softsqueeze:${PORTSDIR}/audio/squeezecenter

FETCH_BEFORE_ARGS=  -o ${DISTFILES}
USE_ZIP=    yes
NO_WRKSUBDIR=   yes
NO_BUILD=   yes

SLIMDIR?=   squeezecenter
PLIST_SUB+= SLIMDIR=${SLIMDIR}

do-install:
    ${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/TrackStat
    ${CP} -R ${WRKSRC}/TrackStat/* ${PREFIX}/${SLIMDIR}/Plugins/TrackStat

.include <bsd.port.mk>