2006-05-27 09:58:36 +02:00
|
|
|
# New ports collection makefile for: xpi-linkification
|
|
|
|
# Date created: 20 May 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= linkification
|
2007-02-18 01:12:20 +01:00
|
|
|
PORTVERSION= 1.3.3
|
2006-05-27 09:58:36 +02:00
|
|
|
CATEGORIES= www
|
2007-04-18 10:01:25 +02:00
|
|
|
MASTER_SITES= CENKES
|
2006-05-27 09:58:36 +02:00
|
|
|
|
2009-01-03 14:12:17 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-05-27 09:58:36 +02:00
|
|
|
COMMENT= Converts text links into genuine, clickable links
|
|
|
|
|
|
|
|
XPI_ID= {35106bca-6c78-48c7-ac28-56df30b51d2a}
|
|
|
|
XPI_FILES= chrome/linkification.jar chrome.manifest defaults/preferences/linkification.js \
|
|
|
|
install.js install.rdf
|
|
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
|
|
.include <bsd.port.mk>
|