freebsd-ports/net-p2p/transmission-daemon/Makefile
Jeremy Messenger d47c7f70d4 Update to 1.60.
2009-05-09 17:25:24 +00:00

21 lines
477 B
Makefile

# New ports collection makefile for: transmission-daemon
# Date created: 08 February 2008
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
PKGNAMESUFFIX= -daemon
MAINTAINER= mezz@FreeBSD.org
COMMENT= A fast and lightweight daemon BitTorrent client
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../transmission-cli
PLIST= ${.CURDIR}/pkg-plist
SLAVEPORT= daemon
MAN1= transmission-daemon.1 transmission-remote.1
.include "${MASTERDIR}/Makefile"