freebsd-ports/www/xpi-firemobilesimulator/Makefile
Norikatsu Shigemura 2afe458c61 Add xpi-firemobilesimulator 1.1.3, is a simulator of Japanese
mobile browser (DoCoMo/Au/Softbank) by firefox addons.

Tested by:	NAKAGAWA Tsuneo  yaemon at kikansha dot jp
2009-04-24 14:31:14 +00:00

29 lines
882 B
Makefile

# New ports collection makefile for: xpi-firemobilesimulator
# Date created: 2009-04-23
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= firemobilesimulator
PORTVERSION= 1.1.3
CATEGORIES= www
MASTER_SITES= https://ss1.xrea.com/poly.s49.xrea.com/dev.ohirune.net/firefox/
DISTNAME= ${XPI_DISTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= nork@FreeBSD.org
COMMENT= Japanese Mobile Browser(DoCoMo/Au/Softbank) Simulator
XPI_ID= {77cc852e-6b45-11dd-929f-d30256d89593}
XPI_FILES= chrome.manifest chrome/msim.jar \
components/msimModifyHeaders.js \
components/msimStreamConverter.js \
components/nsDeviceProtocolHandler.js \
defaults/preferences/msim.js \
install.rdf license.txt
XPI_DIRS= chrome components \
defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>