freebsd-ports/www/xpi-adblock_plus/Makefile
Philip M. Gollucci d4791b7760 - Account for ports/150327
Do not install meta data (META-INF) since its not needed
  allow for xpi-post-extract to still work in xpi-* ports

   o fix pkg-plist
   o fix XPI_DIRS, XPI_FILES
   o Bump PORTREVISION
   o s/post-extract/xpi-post-extract/

PR:             ports/150327
Submitted by:   Lapo Luchini <lapo@lapo.it>, tweaked by myself
Approved by:    maintainer timeout (miwi)
Tested by:      P6 TB Run, RideCharge Inc. / Taximagic TB Run
2010-09-08 00:55:10 +00:00

25 lines
639 B
Makefile

# New ports collection makefile for: xpi-adblock_plus
# Date created: 2 May 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= adblock_plus
PORTVERSION= 1.2.1
PORTREVISION= 1
DISTVERSIONSUFFIX= -fx+sm+tb+fn
CATEGORIES= www
MAINTAINER= ale@FreeBSD.org
COMMENT= A content filtering extension
XPI_NUM= 1865
XPI_ID= {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
XPI_FILES= chrome/adblockplus.jar chrome.manifest components/AdblockPlus.js \
defaults/preferences/adblockplus.js \
icon.png install.rdf
XPI_DIRS= chrome components defaults/preferences defaults
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>