mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
24 lines
659 B
Makefile
24 lines
659 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.4a
|
|
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= change_log.txt 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>
|