1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-p2p/transmission-daemon/Makefile
Chris Rees 725b2295fc Allow use of reload rc command
PR:		ports/195341
Submitted by:	joshruehlig@gmail.com
2014-11-24 18:51:26 +00:00

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"