8d6597e0bb
With hat: portmgr Sponsored by: Absolight
18 lines
409 B
Makefile
18 lines
409 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= transmission
|
|
PORTVERSION= 2.84
|
|
CATEGORIES= net-p2p
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Meta-port for Transmission BitTorrent client
|
|
|
|
RUN_DEPENDS= transmission-cli:net-p2p/transmission-cli \
|
|
transmission-daemon:net-p2p/transmission-daemon \
|
|
transmission-gtk:net-p2p/transmission-gtk
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.[56]*
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|