blob: cd352a817aaf865d4f0e923647e93ae646f422dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PKGNAMESUFFIX= -daemon
PORTREVISION= 3
USES= ssl
NLS_USES= gettext-runtime:run
USERS= transmission
GROUPS= transmission
USE_RC_SUBR= transmission
MASTERDIR= ${.CURDIR}/../transmission-cli
DESCR= ${.CURDIR}/pkg-descr
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST= ${.CURDIR}/pkg-plist
SLAVEPORT= daemon
.include "${MASTERDIR}/Makefile"
|