summaryrefslogtreecommitdiff
path: root/audio/last-cmus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/last-cmus/Makefile')
-rw-r--r--audio/last-cmus/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/audio/last-cmus/Makefile b/audio/last-cmus/Makefile
deleted file mode 100644
index 9f262a2426ea..000000000000
--- a/audio/last-cmus/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Dennis Herrmann <adox@mcx2.org>
-# $FreeBSD$
-
-PORTNAME= last
-PORTVERSION= 1.0
-CATEGORIES= audio
-MASTER_SITES= http://last-cmus.googlecode.com/files/ \
- http://mirror.mcx2.org/
-PKGNAMESUFFIX= -cmus
-DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.py
-EXTRACT_SUFX= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cmus plugin for submitting songs into last.fm
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= python
-SUB_FILES= pkg-message
-NO_BUILD= yes
-PLIST_FILES= bin/${DISTNAME}
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- @${CP} ${_DISTDIR}/last-cmus.py ${WRKSRC}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>