aboutsummaryrefslogtreecommitdiff
path: root/www/mozex-firefox
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-07-03 06:37:01 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-07-03 06:37:01 +0000
commit9d2489d5bf2c0be66ec8bcbdda5594297bea03b4 (patch)
treeedda7815457338d46b5de76285704ec794e9fdcb /www/mozex-firefox
parentf8d28d4719d1f0f5f401a404ece17c6de3f85a27 (diff)
downloadports-9d2489d5bf2c0be66ec8bcbdda5594297bea03b4.tar.gz
ports-9d2489d5bf2c0be66ec8bcbdda5594297bea03b4.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
Notes
Notes: svn path=/head/; revision=112832
Diffstat (limited to 'www/mozex-firefox')
-rw-r--r--www/mozex-firefox/Makefile18
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"