diff options
Diffstat (limited to 'www/xpi-gbrain/Makefile')
-rw-r--r-- | www/xpi-gbrain/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/xpi-gbrain/Makefile b/www/xpi-gbrain/Makefile new file mode 100644 index 000000000000..11070220931d --- /dev/null +++ b/www/xpi-gbrain/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-gbrain +# Date created: 18 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gbrain +PORTVERSION= 0.3.1 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Keeps your browser history at Google bookmarks + +XPI_ID= gbrain@andreas.gohr +XPI_FILES= chrome/gbrain.jar chrome.manifest defaults/preferences/gbrain.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> |