freebsd-ports/audio/squeezeboxserver-superdatetime/Makefile

31 lines
734 B
Makefile
Raw Normal View History

2012-11-07 14:27:45 +01:00
# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= superdatetime
2012-11-07 14:27:45 +01:00
PORTVERSION= 5.9.14
CATEGORIES= audio
2012-01-28 16:48:04 +01:00
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= squeezeboxserver-
2012-01-28 16:48:04 +01:00
DISTNAME= SuperDateTime${PORTVERSION}
DIST_SUBDIR= squeezeboxserver
MAINTAINER= tdb@FreeBSD.org
COMMENT= Squeezebox Server plugin to display weather conditions and forecasts
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezeboxserver
2012-01-28 16:48:04 +01:00
PROJECTHOST= grebrown-projects
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>