blob: bfcfb3eb0686494e9e1f8b8e27e26c165722315d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: preferential-firefox
# Date created: Tue Oct 28, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= preferential
PORTREVISION= 3
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI interface to view & edit all Firefox prefs
MASTERDIR= ${.CURDIR}/../preferential
WITH_FIREFOX= yes
.include "${MASTERDIR}/Makefile"
|