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