diff options
Diffstat (limited to 'www/mozex/Makefile')
-rw-r--r-- | www/mozex/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/mozex/Makefile b/www/mozex/Makefile new file mode 100644 index 000000000..cb44dcba5 --- /dev/null +++ b/www/mozex/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: mozex +# Date created: Sun Oct 26, 2003 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# $MCom$ + +PORTNAME?= mozex +PORTVERSION= 1.07 +PORTREVISION?= 3 +CATEGORIES= www mail news ftp +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER?= ports@FreeBSD.org +COMMENT?= Mozex allows Mozilla's users to use external programs for mail, news, etc. + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/mozex/Makefile.xpi" + +do-install: + @${INSTALL_DATA} ${WRKDIR}/mozex.jar ${MOZDIR}/chrome + +.include <bsd.port.post.mk> |