mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
dd08d68db4
- Includes DNS rebinding fix - Fixes OpenSSL 1.1 compat Note that the previous version was no longer vulnerable as FreeBSD had patches, but this reports the correct version to trackers as some were banned. PR: ports/225917 PR: ports/225915
30 lines
570 B
Makefile
30 lines
570 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
USE_RC_SUBR= transmission
|
|
USERS= transmission
|
|
GROUPS= transmission
|
|
|
|
EXTRA_CONF_ARGS=--disable-cli \
|
|
--enable-daemon \
|
|
--without-gtk \
|
|
--disable-mac \
|
|
--disable-nls
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${ETCDIR}/home
|
|
|
|
.include "${MASTERDIR}/Makefile"
|