2008-02-09 06:57:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-02-20 03:57:04 +01:00
|
|
|
PORTREVISION= 3
|
2008-02-09 06:57:48 +01:00
|
|
|
PKGNAMESUFFIX= -daemon
|
|
|
|
|
2011-07-27 23:16:53 +02:00
|
|
|
MAINTAINER= crees@FreeBSD.org
|
2013-03-02 14:48:31 +01:00
|
|
|
COMMENT= Fast and lightweight daemon BitTorrent client
|
2008-02-09 06:57:48 +01:00
|
|
|
|
2009-09-12 21:15:42 +02:00
|
|
|
RUN_DEPENDS= ${GEN_RUN_DEPENDS}
|
|
|
|
|
2008-02-09 06:57:48 +01:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
2008-08-07 03:54:47 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../transmission-cli
|
2008-02-09 06:57:48 +01:00
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2008-08-07 03:54:47 +02:00
|
|
|
SLAVEPORT= daemon
|
2008-02-09 06:57:48 +01:00
|
|
|
|
2009-06-19 19:07:26 +02:00
|
|
|
USE_RC_SUBR= transmission
|
2012-12-08 16:33:27 +01:00
|
|
|
USERS= transmission
|
|
|
|
GROUPS= transmission
|
2009-06-19 19:07:26 +02:00
|
|
|
|
|
|
|
EXTRA_CONF_ARGS=--disable-cli \
|
|
|
|
--enable-daemon \
|
2011-12-11 13:26:57 +01:00
|
|
|
--without-gtk \
|
2009-06-19 19:07:26 +02:00
|
|
|
--disable-mac \
|
|
|
|
--disable-nls
|
|
|
|
|
2013-12-29 18:08:28 +01:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${STAGEDIR}${ETCDIR}/home
|
2008-02-09 06:57:48 +01:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|