diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-25 21:27:21 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-25 21:27:21 +0000 |
commit | 2e90b203644207329a406f4622c401eafabb9cff (patch) | |
tree | 4d7205ba40a6415eb3dbc5fd0a57fcde1af7b628 | |
parent | 41aeae9da96ab3c158f05709ef71a6519ee912d7 (diff) |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/bugmenot-firefox/Makefile | 18 |
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" |