92d2d93528
This is an extension to ease the use of the del.icio.us website: a social bookmarking, social software web service for storing and sharing web bookmarks. A non-hierarchical keyword categorization system is used on del.icio.us where users can tag each of their bookmarks with a number of freely chosen keywords. A combined view of everyone's bookmarks with a given tag is available. WWW: http://delicious.mozdev.org/ PR: ports/97685 (based on) Submitted by: Lapo Luchini <lapo@lapo.it>
22 lines
618 B
Makefile
22 lines
618 B
Makefile
# New ports collection makefile for: xpi-delicious
|
|
# Date created: 23 May 2006
|
|
# Whom: Lapo Luchini <lapo@lapo.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= delicious
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_MOZDEV}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= lapo@lapo.it
|
|
COMMENT= An extension to ease the use of del.icio.us remote bookmarks
|
|
|
|
XPI_ID= {3c2f3d50-ec4f-11d8-9669-0800200c9a66}
|
|
XPI_FILES= chrome/delicious.jar defaults/preferences/delicious.js install.rdf chrome.manifest
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|