aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-daemon/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-08-07 01:54:47 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-08-07 01:54:47 +0000
commitc801f2ebbec130c999ddddd2c289e4aee951549d (patch)
tree3ae23d4aa8082cc6d4d5e987efc90c5a46d52a5a /net-p2p/transmission-daemon/Makefile
parent33b0d5493280763a556d0fa57db78bf82448e054 (diff)
downloadports-c801f2ebbec130c999ddddd2c289e4aee951549d.tar.gz
ports-c801f2ebbec130c999ddddd2c289e4aee951549d.zip
Notes
Diffstat (limited to 'net-p2p/transmission-daemon/Makefile')
-rw-r--r--net-p2p/transmission-daemon/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile
index c9aa7cbe7a88..a713037ad5eb 100644
--- a/net-p2p/transmission-daemon/Makefile
+++ b/net-p2p/transmission-daemon/Makefile
@@ -8,23 +8,14 @@
PORTREVISION= 0
PKGNAMESUFFIX= -daemon
-COMMENT= A free BitTorrent daemon written from scratch in C
+MAINTAINER= mezz@FreeBSD.org
+COMMENT= A fast and lightweight daemon BitTorrent client
DESCR= ${.CURDIR}/pkg-descr
-MASTERDIR= ${.CURDIR}/../transmission
+MASTERDIR= ${.CURDIR}/../transmission-cli
PLIST= ${.CURDIR}/pkg-plist
+SLAVEPORT= daemon
-CONFIGURE_ARGS=${GCONFIGURE} \
- --disable-cli \
- --enable-daemon \
- --disable-gtk
-
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-MAN1= transmission-daemon.1 transmission-proxy.1 \
- transmission-remote.1
-
-post-patch: general-patch
-
-post-install: general-install
+MAN1= transmission-daemon.1 transmission-remote.1
.include "${MASTERDIR}/Makefile"