summaryrefslogtreecommitdiffstats
path: root/www/bugmenot/Makefile
blob: 63b2d4d28c96f6a149371bdb1f8a4949d6a56d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Ports collection Makefile for:  bugmenot
# Date created:			  Tue May 24, 2005
# Whom:				  Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#

PORTNAME=	bugmenot
PORTVERSION=	1.8
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR=	xsidebar/mods
DISTNAME=	${PORTNAME}-${PORTVERSION}-mod

MAINTAINER=	ports@FreeBSD.org
COMMENT=	${GECKO} extension to bypass compulsory web registration

PLIST_FILES=	%%MOZDIR%%/chrome/bugmenot.jar

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozex/Makefile.xpi"

.if ${GECKO} == mozilla
PLIST_FILES+=	%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf
.endif

do-install:
	@${INSTALL_DATA} ${WRKDIR}/chrome/bugmenot.jar ${MOZDIR}/chrome

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud