1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/xpi-imdbpreview/Makefile
Martin Wilke c174495684 - Update to 0.5
- Added PORTSCOUT variable to block mentioning Development version
- Pass maintainership to gecko

PR:		166981
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-03 14:34:51 +00:00

26 lines
730 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.5
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/IMDb%20Preview/IMDb%20Preview%20${PORTVERSION}
DISTNAME= IMDb_Preview_${DISTVERSION}_fixed
MAINTAINER= gecko@FreeBSD.org
COMMENT= Preview movie & actor posters when hovering over their IMDb links
PORTSCOUT= skipv:0.5dev.1
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>