d4791b7760
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
24 lines
691 B
Makefile
24 lines
691 B
Makefile
# New ports collection makefile for: xpi-joga
|
|
# Date created: 16 June 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= joga
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= CENKES
|
|
# The unversioned dist is at http://dl.google.com/firefox/joga/companion.xpi
|
|
# The update RDF is at http://tools.google.com/firefox/joga/update.rdf
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Joga.com Companion
|
|
|
|
XPI_ID= {06108483-1773-402e-a112-bfec19a73942}
|
|
XPI_FILES= chrome/joga.jar chrome.manifest defaults/preferences/joga.js install.rdf
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|