aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/transmission-daemon/Makefile
blob: 125669227118288a6de5a2576e83b21eb9c2e9d6 (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
24
25
26
27
28
29
# $FreeBSD$

PORTREVISION=   0
PKGNAMESUFFIX=  -daemon

MAINTAINER= crees@FreeBSD.org
COMMENT=    Fast and lightweight daemon BitTorrent client

RUN_DEPENDS=    ${GEN_RUN_DEPENDS}

DESCR=      ${.CURDIR}/pkg-descr
MASTERDIR=  ${.CURDIR}/../transmission-cli
PLIST=      ${.CURDIR}/pkg-plist
SLAVEPORT=  daemon

USE_RC_SUBR=    transmission
USERS=      transmission
GROUPS=     transmission

EXTRA_CONF_ARGS=--disable-cli \
        --enable-daemon \
        --without-gtk \
        --disable-mac \
        --disable-nls

MAN1=       transmission-daemon.1 transmission-remote.1

NO_STAGE=   yes
.include "${MASTERDIR}/Makefile"