diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-26 05:27:21 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-26 05:27:21 +0800 |
commit | d6c4a7509ef413f4a4ca226929ebc998931b5bb0 (patch) | |
tree | f35bca2fd1c2d88efaddf0d303172d23850e582e /www/bugmenot-firefox | |
parent | 6e52d61564d96660dbc1598a67b2231040732faf (diff) | |
download | freebsd-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.
Diffstat (limited to 'www/bugmenot-firefox')
-rw-r--r-- | www/bugmenot-firefox/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |