freebsd-ports/www/xpi-urllink/Makefile
Andrew Pantyukhin 98bc0e1782 Add port www/xpi-urllink:
URL Link is a small extension that allows you to select a non-URL in a
mail/news message or web-page, and open it in a browser window.

For emails, it reconnects links in emails which have been broken across
several lines, and also replaces spaces with the URL character code %20
so that you may follow emailed network 'file:' links (which it auto-
detects from Windows X: or servdir references).

For web pages, it also allows you to select textual links/URLs in web
pages or edit boxes, and follow them as if they were real links. It
will always let you follow links and also analyses mailto: links.

WWW: http://www.fnxweb.com/software-mozilla

Approved by:	krion (mentor)
2006-05-27 08:07:49 +00:00

22 lines
543 B
Makefile

# New ports collection makefile for: xpi-urllink
# Date created: 20 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= urllink
PORTVERSION= 1.06.9
DISTVERSIONSUFFIX= -fx+tb
CATEGORIES= www
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Select a non-URL and open it in a browser window
XPI_DISTNAME= url_link
XPI_ID= {139a120b-c2ea-41d2-bf70-542d9f063dfd}
XPI_FILES= chrome/urllink.jar install.rdf chrome.manifest
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>