diff options
Diffstat (limited to 'www/mozex-firefox')
-rw-r--r-- | www/mozex-firefox/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/mozex-firefox/Makefile b/www/mozex-firefox/Makefile new file mode 100644 index 00000000000..0e81705fa71 --- /dev/null +++ b/www/mozex-firefox/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: mozex-firefox +# Date created: Tue Oct 28, 2003 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME= mozex +#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi + +MAINTAINER= ports@FreeBSD.org +COMMENT= Mozex allows Firefox's users to use external programs for mail, news, etc. + +MASTERDIR= ${.CURDIR}/../mozex + +WITH_FIREFOX= yes + +.include "${MASTERDIR}/Makefile" |