diff options
Diffstat (limited to 'audio/logitechmediaserver-superdatetime/Makefile')
-rw-r--r-- | audio/logitechmediaserver-superdatetime/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/audio/logitechmediaserver-superdatetime/Makefile b/audio/logitechmediaserver-superdatetime/Makefile deleted file mode 100644 index 10cbe65fe4b0..000000000000 --- a/audio/logitechmediaserver-superdatetime/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Tim Bishop <tdb@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= superdatetime -PORTVERSION= 5.9.16 -CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= grebrown-projects -PKGNAMEPREFIX= logitechmediaserver- -DISTNAME= SuperDateTime${PORTVERSION} -DIST_SUBDIR= logitechmediaserver - -MAINTAINER= mark@tranquillussoftware.co.uk -COMMENT= Logitech Media Server plugin to display weather conditions & forecasts - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -RUN_DEPENDS= ${LOCALBASE}/${SLIMDIR}/slimserver.pl:audio/logitechmediaserver - -USES= zip -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_ARCH= yes - -SLIMDIR?= share/logitechmediaserver -PLIST_SUB+= SLIMDIR=${SLIMDIR} - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime - ${CP} -R ${WRKSRC}/SuperDateTime/* ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime - -.include <bsd.port.mk> |