mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
96a38c7c3a
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)
20 lines
653 B
Makefile
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>
|