blob: c4f435c82f0664f8babb0322732a1ea4ce583ea4 (
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= 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
.include "${MASTERDIR}/Makefile"
|