blob: bdd52bb4b1f6e4e6852eb8860a3555972a15c84f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Ports collection makefile for: bugmenot-firefox
# Date created: Tue May 24, 2005
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= bugmenot
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
MAINTAINER= thierry@FreeBSD.org
COMMENT= Firefox extension to bypass compulsory web registration
MASTERDIR= ${.CURDIR}/../bugmenot
WITH_FIREFOX= yes
BROKEN= "Does not build with new Firefox"
.include "${MASTERDIR}/Makefile"
|