1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/squeezeboxserver-superdatetime/Makefile

32 lines
767 B
Makefile
Raw Normal View History

2012-11-07 13:27:45 +00:00
# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= superdatetime
2014-05-09 21:56:47 +00:00
PORTVERSION= 5.9.16
CATEGORIES= audio
2012-01-28 15:48:04 +00:00
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= squeezeboxserver-
2012-01-28 15:48:04 +00: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 15:48:04 +00:00
PROJECTHOST= grebrown-projects
2014-03-07 15:48:59 +00:00
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
2014-05-09 21:56:47 +00:00
NO_ARCH= yes
SLIMDIR?= squeezeboxserver
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
2014-05-09 21:56:47 +00:00
${MKDIR} ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime
${CP} -R ${WRKSRC}/SuperDateTime/* ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime
.include <bsd.port.mk>