From 9d2489d5bf2c0be66ec8bcbdda5594297bea03b4 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 3 Jul 2004 06:37:01 +0000 Subject: 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 --- www/mozex/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/mozex/Makefile (limited to 'www/mozex/Makefile') diff --git a/www/mozex/Makefile b/www/mozex/Makefile new file mode 100644 index 000000000000..8147e7a6b4e0 --- /dev/null +++ b/www/mozex/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: mozex +# Date created: Sun Oct 26, 2003 +# Whom: Thierry Thomas () +# +# $FreeBSD$ +# + +PORTNAME?= mozex +PORTVERSION= 1.07 +CATEGORIES= www mail news ftp +MASTER_SITES= http://mozex.mozdev.org/ + +MAINTAINER?= ports@FreeBSD.org +COMMENT?= Mozex allows Mozilla's users to use external programs for mail, news, etc. + +USE_X_PREFIX= yes # Cannot be included after . + +.include +.include "${PORTSDIR}/www/mozex/Makefile.xpi" + +do-install: + @${INSTALL_DATA} ${WRKDIR}/mozex.jar ${MOZDIR}/chrome + +.include -- cgit v1.2.3