blob: 2893b200358cdffa55db90b19eae855347b128a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
PORTVERSION= 0.6.1.10
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= anray@FreeBSD.org
COMMENT= Saves and restores the state of all windows
XPI_DISTNAME= session_manager
XPI_ID= {1280606b-2510-4fe0-97ef-9b5a22eafe30}
XPI_NUM= 2324
XPI_FILES= chrome/icons/default/sessionmanagerPrompt.ico \
chrome/sessionmanager.jar \
components/SessionManagerHelperComponent.js \
defaults/preferences/sessionmanager.js \
chrome.manifest install.rdf license.txt
XPI_DIRS= chrome/icons/default chrome/icons chrome \
components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|