aboutsummaryrefslogblamecommitdiff
path: root/net-p2p/transmission-daemon/Makefile
blob: 4ccb83373052705bbcad0942dbfbb2022b7b0b36 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           
 
                 

                       
                                 
                                                             
 

                                  
                                    
                                              
                                    
                      
 
                            

                            


                                 
                               


                               

                                                  

                                
# $FreeBSD$

PORTREVISION=	0
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"