2006-06-25 01:31:12 +02:00
|
|
|
# New ports collection makefile for: xpi-sessionmanager
|
|
|
|
# Date created: Sat Jun 24 21:24:19 UTC 2006
|
|
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sessionmanager
|
2011-01-28 09:26:00 +01:00
|
|
|
PORTVERSION= 0.6.3.5
|
2007-05-03 12:00:39 +02:00
|
|
|
DISTVERSIONSUFFIX= -fx
|
2006-06-25 01:31:12 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2011-01-28 09:26:00 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-06-25 01:31:12 +02:00
|
|
|
COMMENT= Saves and restores the state of all windows
|
|
|
|
|
|
|
|
XPI_DISTNAME= session_manager
|
|
|
|
XPI_ID= {1280606b-2510-4fe0-97ef-9b5a22eafe30}
|
2007-05-03 12:00:39 +02:00
|
|
|
XPI_NUM= 2324
|
2008-10-05 14:11:29 +02:00
|
|
|
XPI_FILES= chrome/sessionmanager.jar \
|
2007-05-03 12:00:39 +02:00
|
|
|
components/SessionManagerHelperComponent.js \
|
2011-01-28 09:26:00 +01:00
|
|
|
components/nsISessionManangerHelperComponent.xpt \
|
2006-06-25 01:31:12 +02:00
|
|
|
defaults/preferences/sessionmanager.js \
|
2007-07-24 19:52:36 +02:00
|
|
|
chrome.manifest install.rdf license.txt
|
2008-10-05 14:11:29 +02:00
|
|
|
XPI_DIRS= chrome components defaults/preferences defaults
|
2006-06-25 01:31:12 +02:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
|
|
.include <bsd.port.mk>
|