1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-p2p/transmission-daemon/Makefile
Chris Rees dd08d68db4 net-p2p/transmission-cli: Update to 2.93
- 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
2018-02-28 21:09:36 +00:00

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"