freebsd-ports/www/xpi-delicious/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00

18 lines
533 B
Makefile

# Created by: 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= 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>