freebsd-ports/net-p2p/transmission/Makefile
Chris Rees 141162e6c4 Update to 2.73
PR:		ports/173053
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
Feature safe:	yes
2012-10-29 11:53:18 +00:00

31 lines
743 B
Makefile

# New ports collection makefile for: transmission
# Date created: 08 October 2005
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= transmission
PORTVERSION= 2.73
CATEGORIES= net-p2p
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= crees@FreeBSD.org
COMMENT= The "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-gtk2
CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.6*
BROKEN= Depends on GTK 3.4.0 frontend; use net-p2p/transmission25 for now
NO_BUILD= yes
do-install:
@${DO_NADA}
.include <bsd.port.mk>