91a1caa242
Hope to see you back! Thank for all the work!
19 lines
624 B
Makefile
19 lines
624 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= linkification
|
|
PORTVERSION= 1.3.9
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://yellow5.us/firefox/
|
|
DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
|
|
|
MAINTAINER= ports@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>
|