freebsd-ports/audio/squeezecenter-superdatetime/Makefile
Tim Bishop 2d59184efc This is a SqueezeCenter plugin screensaver datetime replacement.
Graphically displays current weather conditions and forecasts. Will
also optionally display stock quotes and upcoming/active game
information for MLB, NBA, NHL, NFL, and college football and
basketball teams at user-configurable intervals.

WWW: http://www.gregbrown.net/squeeze/superdatetime.htm
2008-06-29 21:58:55 +00:00

32 lines
809 B
Makefile

# New ports collection makefile for: squeezecenter-superdatetime
# Date created: 21 June 2008
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= superdatetime
PORTVERSION= 5.5.1
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>