aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-05-26 05:27:21 +0800
committerthierry <thierry@FreeBSD.org>2005-05-26 05:27:21 +0800
commitd6c4a7509ef413f4a4ca226929ebc998931b5bb0 (patch)
treef35bca2fd1c2d88efaddf0d303172d23850e582e
parent6e52d61564d96660dbc1598a67b2231040732faf (diff)
downloadfreebsd-ports-gnome-d6c4a7509ef413f4a4ca226929ebc998931b5bb0.tar.gz
freebsd-ports-gnome-d6c4a7509ef413f4a4ca226929ebc998931b5bb0.tar.zst
freebsd-ports-gnome-d6c4a7509ef413f4a4ca226929ebc998931b5bb0.zip
Add bugmenot-firefox , a firefox extension to bypass compulsory web
registration.
-rw-r--r--www/Makefile1
-rw-r--r--www/bugmenot-firefox/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 24f3d4fd603f..2ea99efe2266 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -51,6 +51,7 @@
SUBDIR += bozohttpd
SUBDIR += bricolage
SUBDIR += bugmenot
+ SUBDIR += bugmenot-firefox
SUBDIR += cadaver
SUBDIR += calamaris
SUBDIR += caudium10
diff --git a/www/bugmenot-firefox/Makefile b/www/bugmenot-firefox/Makefile
new file mode 100644
index 000000000000..68531e041971
--- /dev/null
+++ b/www/bugmenot-firefox/Makefile
@@ -0,0 +1,18 @@
+# Ports collection makefile for: bugmenot-firefox
+# Date created: Tue May 24, 2005
+# Whom: Thierry Thomas (<thierry@pompo.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= bugmenot
+#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= Firefox extension to bypass compulsory web registration
+
+MASTERDIR= ${.CURDIR}/../bugmenot
+
+WITH_FIREFOX= yes
+
+.include "${MASTERDIR}/Makefile"