aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-cli
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-08-29 21:48:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-08-29 21:48:05 +0000
commit773823b040c0524785d35f9c8d03411fed052281 (patch)
tree900434fd78cfeb7b2877c222a2330ed998ae9087 /net-p2p/transmission-cli
parentf48af54b460bfc2b6370d2541c90a634b06e523c (diff)
downloadports-773823b040c0524785d35f9c8d03411fed052281.tar.gz
ports-773823b040c0524785d35f9c8d03411fed052281.zip
net-p2p/transmission-*: minor cleanup
o -cli slave still uses libtransmission under GPLv2 o Chase r313708 in COMMENT for -gtk slave o Convert LITE to option helpers o Drop duplicate USES=tar (r362505 vs. r362522)
Notes
Notes: svn path=/head/; revision=395571
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r--net-p2p/transmission-cli/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile
index 144779bcb8c9..2e5b1b15b058 100644
--- a/net-p2p/transmission-cli/Makefile
+++ b/net-p2p/transmission-cli/Makefile
@@ -2,7 +2,7 @@
PORTNAME= transmission
PORTVERSION= 2.84
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= net-p2p
#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/
MASTER_SITES= http://transmission.cachefly.net/
@@ -13,11 +13,10 @@ COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities
SLAVEPORT?= cli
-# Odd arrangement here-- cli is MIT, everything else is GPL
-.if ${SLAVEPORT} == cli
-LICENSE= MIT
-.else
LICENSE= GPLv2
+.if ${SLAVEPORT} == cli
+LICENSE+= MIT
+LICENSE_COMB= multi
.endif
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -29,8 +28,6 @@ CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5*
OPTIONS_DEFINE= LITE DOCS
EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude third-party
-.include <bsd.port.options.mk>
-
.if ${SLAVEPORT} != web
LIB_DEPENDS?= ${GEN_LIB_DEPENDS}
@@ -69,15 +66,11 @@ EXTRA_CONF_ARGS?=--enable-cli \
--disable-mac \
--disable-nls
-.if ${PORT_OPTIONS:MLITE}
-CONFIGURE_ARGS+=--enable-lightweight
-.endif
+LITE_CONFIGURE_ENABLE= lightweight
EXTRA_PATCHES= ${PATCHDIR}/disable-web
.endif
-USES+= tar:xz
-
DOCS= AUTHORS NEWS README
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}