mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
265e5c4766
- while here replace whitespace with tab for CONFLICT line Approved by: portmgr (blanket)
19 lines
445 B
Makefile
19 lines
445 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:${PORTSDIR}/net-p2p/transmission-cli \
|
|
transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon \
|
|
transmission-gtk:${PORTSDIR}/net-p2p/transmission-gtk
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.[56]*
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|