mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
341a7d8903
Reported by: dougb
21 lines
480 B
Makefile
21 lines
480 B
Makefile
# Ports collection makefile for: mozex-firefox
|
|
# Date created: Tue Oct 28, 2003
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mozex
|
|
PORTREVISION= 4
|
|
#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
|
|
BROKEN="Does not work with Firefox 1.5"
|
|
|
|
.include "${MASTERDIR}/Makefile"
|