# Ports collection Makefile for: bugmenot # Date created: Tue May 24, 2005 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= bugmenot PORTVERSION= 0.8 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://extensions.roachfiend.com/ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_1 MAINTAINER= thierry@FreeBSD.org COMMENT= ${GECKO} extension to bypass compulsory web registration USE_X_PREFIX= yes # Cannot be included after . PLIST_FILES= %%MOZDIR%%/chrome/bugmenot.jar .include .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