blob: 8f956d594c39a447bab1fc3ce8aa7618a00ea8a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xpi-google-notebook
# Date created: 18 May 2006
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= google-notebook
PORTVERSION= 1.0.0.5
CATEGORIES= www
MASTER_SITES= http://chinsan2.twbbs.org/distfiles/xpi/ \
ftp://chinsan2.twbbs.org/distfiles/xpi/
# The unversioned dist is at http://dl.google.com/firefox/google-notebook.xpi
MAINTAINER= chinsan@FreeBSD.org
COMMENT= An extension to allow notetaking while browsing
XPI_ID= notebook@google.com
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|