freebsd-ports/www/xpi-bookmarkdd/Makefile
Andrew Pantyukhin 9f0e5f4b52 Add port www/xpi-bookmarkdd:
BookmarkDD is a useful extension that helps you manage your bookmarks.
It notices when a duplicate bookmark is added, specifies where the
previous URL is and gives you a chance to change the parent folder of
duplicate bookmark. There is also a window to manage all duplicate
bookmarks already in your bookmarks.

WWW: http://bookmarkdd.mozdev.org/
Author: Stephane Bertin

PR:		ports/116609
Submitted by:	Gustavo Fukao <gustavofukao@gmail.com>
2007-10-05 22:28:01 +00:00

25 lines
668 B
Makefile

# New ports collection makefile for: xpi-bookmarkdd
# Date created: 2007-09-21
# Whom: Gustavo Fukao <gustavofukao@gmail.com>
#
# $FreeBSD$
#
PORTNAME= bookmarkdd
PORTVERSION= 0.6.3
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= gustavofukao@gmail.com
COMMENT= Detects duplicates when bookmarks are added
XPI_ID= {ba243cb0-b824-4a26-9418-73ee795d9b9d}
XPI_NUM= 1553
XPI_DISTNAME= bookmark_duplicate_detector
XPI_FILES= chrome.manifest install.rdf \
chrome/ChangeLog chrome/TODO chrome/duplicates.jar \
defaults/preferences/prefs.js
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>