blob: 54ce62d8e1b62790e1f4ddbf59ac9edb5be3a73a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xpi-stumbleupon
# Date created: 4 May 2006
# Whom: Lapo Luchini <lapo@lapo.it>
#
# $FreeBSD$
#
PORTNAME= stumbleupon
PORTVERSION= 2.83
DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm
CATEGORIES= www
MAINTAINER= lapo@lapo.it
COMMENT= A collaborative surfing tool extension
XPI_ID= {AE93811A-5C9A-4d34-8462-F7B864FC4696}
XPI_FILES= chrome/stumbleupon.jar install.js install.rdf chrome.manifest
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|