24 lines
591 B
Makefile
24 lines
591 B
Makefile
# New ports collection makefile for: xpi-fission
|
|
# Date created: 18 May 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fission
|
|
PORTVERSION= 1.0.8
|
|
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
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|