blob: d662294ee8629f22aeba03f2f0b2a40e839d89d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xpi-linkification
# Date created: 20 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linkification
PORTVERSION= 1.2.3
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= infofarmer@FreeBSD.org
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>
|