freebsd-ports/audio/xpi-musicpm/Makefile
Martin Wilke 1de2b691c3 Music Player Minion is a client for the Music Player Daemon network
music player. The purpose of MPD and it's clients is to allow music
playback on one PC (such as a home media server) to be controlled
from another over the network.

WWW: http://code.google.com/p/musicpm/

PR:		ports/128442
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-11-01 22:03:46 +00:00

22 lines
534 B
Makefile

# New ports collection makefile for: xpi-musicpm
# Date created: 28 Okt 2008
# Whom: Dennis Herrmann <adox@mcx2.org>
#
# $FreeBSD$
#
PORTNAME= musicpm
PORTVERSION= 1.4.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= mpm_${PORTVERSION}
MAINTAINER= adox@mcx2.org
COMMENT= Music Player Minion
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>