1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/xpi-jslib/Makefile
Erwin Lansing a6ef9a7be8 Remove duplicate post-extract target already included from
../xpi-adblock/Makefile.xpi

Submitted by:	Peter Jeremy <peterjeremy@acm.org>
Pointyhat:	erwin
Feature safe:	yes
2011-01-17 09:09:05 +00:00

25 lines
820 B
Makefile

# New ports collection makefile for: xpi-firebug
# Date created: 10 Otcober 2010
# Whom: Lapo Luchini <lapo@lapo.it>
#
# $FreeBSD$
#
PORTNAME= jslib
PORTVERSION= 0.1.365
CATEGORIES= www
MASTER_SITES= http://lapo.it/freebsd/
DISTNAME= jslib_${PORTVERSION}_lite_signed
MAINTAINER= lapo@lapo.it
COMMENT= Library of common useful routines for XPI developers
LICENSE= MPL
XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80}
XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>