mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e4314a9cdc
In PR, chinsan@ submitted an update to 1.2. Maintainer sends a new version instead. PR: ports/106397 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
23 lines
618 B
Makefile
23 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.3
|
|
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>
|