1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net-p2p/transmission-daemon/Makefile
Jeremy Messenger 0a59cf8785 - Update to 1.93.
- Don't patch in Makefile.am to avoid run automake run. It was a leftover when
  I switched from patch in configure.* to use option flags. [1]

PR:		ports/146330 [1]
Submitted by:	Anonymous <swell.k@gmail.com> [1]
2010-05-09 04:39:53 +00:00

40 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"