freebsd-ports/www/xpi-user_agent_switcher/Makefile
Philip M. Gollucci af4526daae - Update to 0.7.3
PR:             ports/165072
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (nork ; 16 days)
2012-02-29 03:26:51 +00:00

25 lines
578 B
Makefile

# 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.7.3
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
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>