mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
24 lines
698 B
Makefile
24 lines
698 B
Makefile
# New ports collection makefile for: xpi-imdbpreview
|
|
# Date created: 19 May 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imdbpreview
|
|
DISTVERSION= 0.4.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/${PORTNAME}/IMDb%20Preview/IMDb%20Preview%20${PORTVERSION}
|
|
DISTNAME= IMDb_Preview_${DISTVERSION}
|
|
|
|
MAINTAINER= miwi@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>
|