diff options
author | thierry <thierry@FreeBSD.org> | 2004-07-03 14:37:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-07-03 14:37:01 +0800 |
commit | 2442a7249f5d677c527daf05c45e66da976450d4 (patch) | |
tree | e546d18b5ce33ea623d6e569498101c58cd89361 /www/mozex-firefox | |
parent | 006730bf25314d39f8a52af236feb1c6a623728d (diff) | |
download | freebsd-ports-gnome-2442a7249f5d677c527daf05c45e66da976450d4.tar.gz freebsd-ports-gnome-2442a7249f5d677c527daf05c45e66da976450d4.tar.zst freebsd-ports-gnome-2442a7249f5d677c527daf05c45e66da976450d4.zip |
Adding www/mozex & www/mozex-firefox, external programs integration
into Mozilla / Firefox.
The files Makefile.xpi and pkg-install.xpi have been designed to
install any .xpi extension (hopefully).
PR: ports/65589
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 000000000000..0e81705fa715 --- /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" |