blob: 9f262a2426ea56983bb7c7f503fb34155f1dedb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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>
|