aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-mldonkey/Makefile
blob: dcf53f6ed6689f2acb72bdfdea74a3741373be63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    xpi-mldonkey
# Date created:     18 April 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mldonkey
PORTVERSION=    2.2
CATEGORIES= www net-p2p
MASTER_SITES=   http://www.informatik.uni-oldenburg.de/~dyna/${PORTNAME}/xpi/ CENKES

MAINTAINER= ports@FreeBSD.org
COMMENT=    A 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>