aboutsummaryrefslogtreecommitdiff
path: root/www/download-gemist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/download-gemist/Makefile')
-rw-r--r--www/download-gemist/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/download-gemist/Makefile b/www/download-gemist/Makefile
deleted file mode 100644
index 28d1d46c6f53..000000000000
--- a/www/download-gemist/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Martin Tournoij <martin@arp242.net>
-# $FreeBSD$
-
-PORTNAME= download-gemist
-PORTVERSION= 1.2
-CATEGORIES= www python
-MASTER_SITES= http://code.arp242.net/download-gemist/downloads/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Download videos from the Dutch uitzending gemist site
-
-LICENSE= MIT
-
-BROKEN= does not work (needs to be updated to the latest version)
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-04-15
-
-USES= python
-NO_BUILD= yes
-
-PLIST_FILES= bin/download-gemist \
- bin/download-gemist-guide \
- %%DOCSDIR%%/README.md
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/download-gemist* ${STAGEDIR}${PREFIX}/bin/
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
-
-.include <bsd.port.mk>