1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/xpi-user_agent_switcher/Makefile
Thomas Abthorpe 83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00

26 lines
579 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= ports@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>