diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-03 06:37:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-03 06:37:01 +0000 |
commit | 9d2489d5bf2c0be66ec8bcbdda5594297bea03b4 (patch) | |
tree | edda7815457338d46b5de76285704ec794e9fdcb /www/xpi-mozex | |
parent | f8d28d4719d1f0f5f401a404ece17c6de3f85a27 (diff) | |
download | ports-9d2489d5bf2c0be66ec8bcbdda5594297bea03b4.tar.gz ports-9d2489d5bf2c0be66ec8bcbdda5594297bea03b4.zip |
Notes
Diffstat (limited to 'www/xpi-mozex')
-rw-r--r-- | www/xpi-mozex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/xpi-mozex/Makefile b/www/xpi-mozex/Makefile new file mode 100644 index 000000000000..0e81705fa715 --- /dev/null +++ b/www/xpi-mozex/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" |