blob: 7762e332cdf2fb6142c91f126133858dc4de3bfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xpi-stumbleupon
# Date created: 4 May 2006
# Whom: Lapo Luchini <lapo@lapo.it>
#
# $FreeBSD$
#
PORTNAME= stumbleupon
PORTVERSION= 3.16
DISTVERSIONSUFFIX= -fx+mz+ns+sm+fl
CATEGORIES= www
MAINTAINER= lapo@lapo.it
COMMENT= A collaborative surfing tool extension
XPI_NUM= 138
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>
|