freebsd-ports/net-p2p/transmission-daemon/Makefile
Jeremy Messenger 774a970221 Update to 1.75.
Feature safe: yes
2009-09-19 01:35:46 +00:00

39 lines
851 B
Makefile

# New ports collection makefile for: transmission-daemon
# Date created: 08 February 2008
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
PKGNAMESUFFIX= -daemon
MAINTAINER= mezz@FreeBSD.org
COMMENT= A fast and lightweight daemon BitTorrent client
RUN_DEPENDS= ${GEN_RUN_DEPENDS}
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../transmission-cli
PLIST= ${.CURDIR}/pkg-plist
PKGINSTALL= ${.CURDIR}/pkg-install
SLAVEPORT= daemon
USE_RC_SUBR= transmission
EXTRA_CONF_ARGS=--disable-cli \
--enable-daemon \
--disable-gtk \
--disable-libnotify \
--disable-mac \
--disable-nls
MAN1= transmission-daemon.1 transmission-remote.1
post-install: general-install
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include "${MASTERDIR}/Makefile"