dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
20 lines
491 B
Makefile
20 lines
491 B
Makefile
# Created by: Dennis Herrmann <adox@mcx2.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= musicpm
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= mpm_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Music Player Minion
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
XPI_ID= Music_Player_Minion@code.google.com
|
|
XPI_FILES= chrome/minion.jar chrome.manifest install.js install.rdf
|
|
XPI_DIRS= chrome
|
|
|
|
.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|