mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
725b2295fc
PR: ports/195341 Submitted by: joshruehlig@gmail.com
30 lines
551 B
Makefile
30 lines
551 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${ETCDIR}/home
|
|
|
|
.include "${MASTERDIR}/Makefile"
|