1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/xpi-google-notebook/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

22 lines
524 B
Makefile

# New ports collection makefile for: xpi-google-notebook
# Date created: 18 May 2006
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= google-notebook
PORTVERSION= 1.0.0.5
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= LOCAL/chinsan/xpi
# The unversioned dist is at http://dl.google.com/firefox/google-notebook.xpi
MAINTAINER= miwi@FreeBSD.org
COMMENT= An extension to allow notetaking while browsing
XPI_ID= notebook@google.com
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>