summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver-superdatetime/Makefile
blob: a52993787fe8df0ad48f96b9e2f91d650d6e1502 (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
# New ports collection makefile for:	squeezecenter-superdatetime
# Date created:		21 June 2008
# Whom:			Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	superdatetime
PORTVERSION=	5.8.7
CATEGORIES=	audio
MASTER_SITES=	http://www.gregbrown.net/squeeze/SuperDateTime/
PKGNAMEPREFIX=	squeezecenter-
DISTNAME=	SuperDateTime${PORTVERSION:S/./-/g}
DIST_SUBDIR=	squeezecenter

MAINTAINER=	tdb@FreeBSD.org
COMMENT=	SqueezeCenter plugin to display weather conditions and forecasts

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

USE_ZIP=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

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

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

.include <bsd.port.mk>