mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
783ae14753
- Add LICENSE information. PR: ports/147321 Submitted by: ashish Approved by: pgj (mentor) Feature safe: yes
25 lines
504 B
Makefile
25 lines
504 B
Makefile
# New ports collection makefile for: xpi-deepestsender
|
|
# Date created: 2008-06-18
|
|
# Whom: 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>
|