a0a84034c4
instead. Bump the PORTREVISION on cli, daemon and gtk. Discussed with: Charles Kerr (developer)
37 lines
818 B
Makefile
37 lines
818 B
Makefile
# New ports collection makefile for: transmission-daemon
|
|
# Date created: 08 February 2008
|
|
# Whom: Mezz <mezz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -daemon
|
|
|
|
MAINTAINER= mezz@FreeBSD.org
|
|
COMMENT= A fast and lightweight daemon BitTorrent client
|
|
|
|
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"
|