20 lines
459 B
Makefile
20 lines
459 B
Makefile
# 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"
|