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 /www/bugmenot-firefox | |
parent | 41aeae9da96ab3c158f05709ef71a6519ee912d7 (diff) | |
download | ports-2e90b203644207329a406f4622c401eafabb9cff.tar.gz ports-2e90b203644207329a406f4622c401eafabb9cff.zip |
Notes
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" |