blob: 0f5948687366cdab5dd15be31a209975b0ba13b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: mozex-firefox
# Date created: Tue Oct 28, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= mozex
PORTREVISION= 3
#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"
|