2008-02-09 06:57:48 +01:00
|
|
|
# New ports collection makefile for: transmission-daemon
|
|
|
|
# Date created: 08 February 2008
|
|
|
|
# Whom: Mezz <mezz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2010-11-17 13:41:58 +01:00
|
|
|
PORTREVISION= 0
|
2008-02-09 06:57:48 +01:00
|
|
|
PKGNAMESUFFIX= -daemon
|
|
|
|
|
2011-07-27 23:16:53 +02:00
|
|
|
MAINTAINER= crees@FreeBSD.org
|
2008-08-07 03:54:47 +02:00
|
|
|
COMMENT= A 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
|
2009-06-19 19:07:26 +02:00
|
|
|
PKGINSTALL= ${.CURDIR}/pkg-install
|
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
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2008-08-07 03:54:47 +02:00
|
|
|
MAN1= transmission-daemon.1 transmission-remote.1
|
2008-02-09 06:57:48 +01:00
|
|
|
|
2009-06-19 19:07:26 +02:00
|
|
|
post-install: general-install
|
|
|
|
.if !defined(PACKAGE_BUILDING)
|
|
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
|
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.endif
|
|
|
|
|
2008-02-09 06:57:48 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|