20 lines
421 B
Makefile
20 lines
421 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= deepestsender
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= www
|
|
MASTER_SITES= MOZDEV
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= An addon which allows posting to blogs
|
|
|
|
XPI_DISTNAME= deepestsender
|
|
XPI_NUM= 1811
|
|
XPI_ID= {B9DAB69C-460E-4085-AE6C-F95B0D858581}
|
|
USE_XPI= *firefox*
|
|
|
|
LICENSE= GPLv2
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|