aboutsummaryrefslogtreecommitdiffstats
path: root/audio/slimserver-superdatetime/Makefile
blob: 4c3a1112e462de28a7df87e797f96888e20a31fe (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:    slimserver-superdatetime
# Date created:     22 January 2007
# Whom:         Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#

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

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

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

USE_ZIP=    yes
NO_WRKSUBDIR=   yes
NO_BUILD=   yes

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

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

.include <bsd.port.mk>