mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2b3b399de8
Approved by: tabthorpe (co-mentor)
23 lines
536 B
Makefile
23 lines
536 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= dhn@FreeBSD.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>
|