2005-05-25 23:25:43 +02:00
|
|
|
# Ports collection Makefile for: bugmenot
|
|
|
|
# Date created: Tue May 24, 2005
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-09-06 08:45:02 +02:00
|
|
|
PORTNAME= bugmenot
|
2008-07-18 15:34:28 +02:00
|
|
|
PORTVERSION= 1.8
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 2
|
2005-05-25 23:25:43 +02:00
|
|
|
CATEGORIES= www
|
2008-07-18 15:34:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_MOZDEV}
|
|
|
|
MASTER_SITE_SUBDIR= xsidebar/mods
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-mod
|
2005-05-25 23:25:43 +02:00
|
|
|
|
2009-12-31 11:03:33 +01:00
|
|
|
MAINTAINER= saper@saper.info
|
2006-09-06 08:45:02 +02:00
|
|
|
COMMENT= ${GECKO} extension to bypass compulsory web registration
|
2005-05-25 23:25:43 +02:00
|
|
|
|
2006-09-06 08:45:02 +02:00
|
|
|
PLIST_FILES= %%MOZDIR%%/chrome/bugmenot.jar
|
|
|
|
|
2005-05-25 23:25:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/www/mozex/Makefile.xpi"
|
|
|
|
|
2006-09-06 08:45:02 +02:00
|
|
|
.if ${GECKO} == mozilla
|
|
|
|
PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf
|
|
|
|
.endif
|
|
|
|
|
2005-05-25 23:25:43 +02:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_DATA} ${WRKDIR}/chrome/bugmenot.jar ${MOZDIR}/chrome
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|