96a38c7c3a
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)
20 lines
496 B
Makefile
20 lines
496 B
Makefile
# Created by: Lapo Luchini <lapo@lapo.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stumbleupon
|
|
PORTVERSION= 3.76
|
|
DISTVERSIONSUFFIX= -fx+sm+mz
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= lapo@lapo.it
|
|
COMMENT= Collaborative surfing tool extension
|
|
|
|
LICENSE= MPL
|
|
|
|
XPI_NUM= 138
|
|
XPI_ID= {AE93811A-5C9A-4d34-8462-F7B864FC4696}
|
|
XPI_FILES= chrome/stumbleupon.jar chrome.manifest components/stumbleuponService.js install.js install.rdf
|
|
XPI_DIRS= chrome components
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|