diff options
Diffstat (limited to 'www/xpi-stumbleupon/Makefile')
-rw-r--r-- | www/xpi-stumbleupon/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/xpi-stumbleupon/Makefile b/www/xpi-stumbleupon/Makefile new file mode 100644 index 000000000000..728bde4cbb9d --- /dev/null +++ b/www/xpi-stumbleupon/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-stumbleupon +# Date created: 4 May 2006 +# Whom: Lapo Luchini <lapo@lapo.it> +# +# $FreeBSD$ +# + +PORTNAME= stumbleupon +PORTVERSION= 2.61 +DISTVERSIONSUFFIX= -fx+fl+mz+ns +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> |