mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
25d677010b
view and edit all Mozilla / Firefox prefs. PR: ports/63237
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# 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"
|