aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-imdbpreview/Makefile
blob: d388048d8c6be4d7973a7eb0a09eb6485428959b (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
# New ports collection makefile for:    xpi-imdbpreview
# Date created:     19 May 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   imdbpreview
DISTVERSION=    0.4
CATEGORIES= www
MASTER_SITES=   SF
DISTNAME=   IMDb_Preview_${DISTVERSION}

MAINTAINER= infofarmer@FreeBSD.org
COMMENT=    Preview movie & actor posters when hovering over their IMDb links

XPI_ID=     {10187899-7ffe-4f9a-b9d2-35fdb3b49690}
XPI_FILES=  chrome/imdb_preview.jar chrome.manifest \
        defaults/preferences/defaults.js install.rdf
XPI_DIRS=   chrome defaults/preferences defaults

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>