aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-colorfultabs/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-04-16 16:24:57 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-04-16 16:24:57 +0000
commit3657a1eeece790a7c4e74e3f41a2caa7c23e9295 (patch)
treeeaf709e2f89bf79833e9809da6904d184fe9e14a /www/xpi-colorfultabs/Makefile
parentae65264208a3d91d01ab92279bbc76499f242efc (diff)
downloadports-3657a1eeece790a7c4e74e3f41a2caa7c23e9295.tar.gz
ports-3657a1eeece790a7c4e74e3f41a2caa7c23e9295.zip
Notes
Diffstat (limited to 'www/xpi-colorfultabs/Makefile')
-rw-r--r--www/xpi-colorfultabs/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/xpi-colorfultabs/Makefile b/www/xpi-colorfultabs/Makefile
new file mode 100644
index 000000000000..138ac3fe1d4c
--- /dev/null
+++ b/www/xpi-colorfultabs/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xpi-colorfultabs
+# Date created: 29 March 2006
+# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= colorful_tabs
+PORTVERSION= 1.1
+DISTVERSIONSUFFIX= -fx+mz
+CATEGORIES= www
+
+MAINTAINER= infofarmer@gmail.com
+COMMENT= An extension that colors every tab in a different color
+
+XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe}
+XPI_FILES= chrome/clrtabs.jar chrome.manifest install.js install.rdf
+XPI_DIRS= chrome
+
+.include "../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>