mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
19bd6140a7
Approved by: marcus (co mentor)
20 lines
440 B
Makefile
20 lines
440 B
Makefile
# Ports collection makefile for: mozex-firefox
|
|
# Date created: Tue Oct 28, 2003
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mozex
|
|
PORTREVISION= 2
|
|
#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"
|