freebsd-ports/www/xpi-google-notebook/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

17 lines
435 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= google-notebook
PORTVERSION= 1.0.0.5
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= LOCAL/chinsan/xpi
# The unversioned dist is at http://dl.google.com/firefox/google-notebook.xpi
MAINTAINER= miwi@FreeBSD.org
COMMENT= Extension to allow notetaking while browsing
XPI_ID= notebook@google.com
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>