freebsd-ports/audio/squeezeboxserver-superdatetime/Makefile

32 lines
752 B
Makefile
Raw Normal View History

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