freebsd-ports/audio/squeezeboxserver-superdatetime/Makefile
Tim Bishop eb43402b09 - Update to 5.9.5
PR:		ports/151350
Submitted by:	Alex Varju <alex@varju.ca>
2010-10-10 20:07:18 +00:00

32 lines
828 B
Makefile

# New ports collection makefile for: squeezeboxserver-superdatetime
# Date created: 21 June 2008
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= superdatetime
PORTVERSION= 5.9.5
CATEGORIES= audio
MASTER_SITES= http://www.gregbrown.net/squeeze/SuperDateTime/
PKGNAMEPREFIX= squeezeboxserver-
DISTNAME= SuperDateTime${PORTVERSION:S/./-/g}
DIST_SUBDIR= squeezeboxserver
MAINTAINER= tdb@FreeBSD.org
COMMENT= Squeezebox Server plugin to display weather conditions and forecasts
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezeboxserver
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
SLIMDIR?= squeezeboxserver
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime
${CP} -R ${WRKSRC}/SuperDateTime/* ${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime
.include <bsd.port.mk>