1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/bugmenot/Makefile
Felippe de Meirelles Motta 3086d2b6e3 - Unbreak.
- Update to 1.8.
- Pass maintainership to submitter.
- Update WWW reference on pkg-descr.

PR:		ports/125537
Submitted by:	Marcin Cieslak <saper@SYSTEM.PL>
Approved by:	gabor (mentor, implicit)
2008-07-18 13:34:28 +00:00

31 lines
736 B
Makefile

# Ports collection Makefile for: bugmenot
# Date created: Tue May 24, 2005
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= bugmenot
PORTVERSION= 1.8
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= xsidebar/mods
DISTNAME= ${PORTNAME}-${PORTVERSION}-mod
MAINTAINER= saper@SYSTEM.PL
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>