freebsd-ports/www/xpi-user_agent_switcher/Makefile

31 lines
703 B
Makefile
Raw Normal View History

# New ports collection makefile for: xpi-user_agent_switcher
# Date created: 2009-04-26
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= user_agent_switcher
PORTVERSION= 0.6.11
DISTVERSIONSUFFIX= -fx+sm
CATEGORIES= www
MAINTAINER= nork@FreeBSD.org
COMMENT= The User Agent Switcher extension
XPI_NUM= 59
XPI_ID= {e968fc70-8f95-4ab9-9e79-304de2a71ee1}
XPI_FILES= chrome.manifest \
chrome/useragentswitcher.jar \
install.js install.rdf \
license.txt
XPI_DIRS= chrome
post-patch:
@${REINPLACE_CMD} -e '/em:maxVersion/s/3\.0b4/3.*/' \
${WRKSRC}/install.rdf
@${RM} ${WRKSRC}/install.rdf.*
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>