1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/xpi-infolister/Makefile
Martin Wilke 617581c2eb - Remove DEPRECATED
- Take over maintainership

Approved by:	chinsan (old maintainer)
2009-01-03 13:12:17 +00:00

26 lines
687 B
Makefile

# New ports collection makefile for: xpi-infolister
# Date created: 27 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= infolister
DISTVERSION= 0.9f.2
DISTVERSIONSUFFIX= -fx+tb+sb
CATEGORIES= www
MAINTAINER= miwi@FreeBSD.org
COMMENT= Lists installed extensions and themes
XPI_ID= {3f0da09b-c1ab-40c5-8d7f-53f475ac3fe8}
XPI_NUM= 447
XPI_FILES= chrome/infolister.jar chrome.manifest \
components/infolister-service.js components/ss.js \
defaults/preferences/infolister_prefs.js install.rdf \
license.txt
XPI_DIRS= chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>