1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/xpi-fission/Makefile

21 lines
527 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= fission
PORTVERSION= 1.0.9
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= miwi@FreeBSD.org
COMMENT= Combines address bar and progress bar
XPI_ID= {1280606b-2510-4fe0-97ef-9b5a22eafe41}
XPI_NUM= 1951
XPI_FILES= chrome/fission.jar chrome.manifest defaults/preferences/fission.js install.rdf \
license.txt
XPI_DIRS= chrome defaults/preferences defaults
NO_STAGE= yes
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>