blob: b76d062716b3448eeea20ff1f1167f2e2b8b9d40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xpi-gmail-manager
# Date created: 2006/08/11
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gmail-manager
DISTVERSION= 0.5
DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm
CATEGORIES= www mail
MAINTAINER= chinsan.tw@gmail.com
COMMENT= Manage multiple Gmail accounts and receive new mail notifications
XPI_DISTNAME= gmail_manager
XPI_ID= {582195F5-92E7-40a0-A127-DB71295901D7}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|