928bb98b8c
PR: ports/126378 Submitted by: Steven Kreuzer <skreuzer at exit2shell.com> Approved by: maintainer timeout
25 lines
668 B
Makefile
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.4
|
|
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>
|