freebsd-ports/www/xpi-hit-a-hint/Makefile
Rene Ladan 473b88cf2f Deprecate, for firefox2 only, scheduled to expire on 2010-10-01
PR:		ports/149207
Submitted by:	maintainer
Approved by:	tabthorpe (mentor)
2010-08-03 12:22:11 +00:00

25 lines
667 B
Makefile

# New ports collection makefile for: xpi-hit-a-hint
# Date created: 2006-07-15
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= hit-a-hint
PORTVERSION= 0.9.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Click links by hitting hints
DEPRECATED= Development has been ceased and not compatible with Firefox > 2.
EXPIRATION_DATE= 2010-10-01
XPI_NUM= 1341
XPI_ID= {4476fef4-3557-40b5-afcd-d6903cf7cc9d}
XPI_FILES= chrome/chrome.jar chrome.manifest defaults/preferences/prefs.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>