1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/xpi-mldonkey/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00

20 lines
653 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= mldonkey
PORTVERSION= 2.5
CATEGORIES= www net-p2p
MASTER_SITES= http://www.informatik.uni-oldenburg.de/~dyna/${PORTNAME}/xpi/ LOCAL/chinsan/xpi
MAINTAINER= miwi@FreeBSD.org
COMMENT= Ed2k, magnet and sig2dat protocol handler
XPI_DISTNAME= mldonkey_protocol_handler
XPI_ID= {bc72206d-b3ce-4b49-88b9-d59b388a0cde}
XPI_FILES= chrome/mldonkey.jar components/ed2kprotocol.js defaults/preferences/defaultprefs.js \
install.rdf chrome.manifest
XPI_DIRS= chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>