aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/transmission-cli/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-30 05:48:05 +0800
committerjbeich <jbeich@FreeBSD.org>2015-08-30 05:48:05 +0800
commita3d305c2390b5a1075d02a75dec648b00387a3c7 (patch)
tree900434fd78cfeb7b2877c222a2330ed998ae9087 /net-p2p/transmission-cli/Makefile
parentb2dfefecee59067218eccf258a9d043c7eed8bb6 (diff)
downloadfreebsd-ports-gnome-a3d305c2390b5a1075d02a75dec648b00387a3c7.tar.gz
freebsd-ports-gnome-a3d305c2390b5a1075d02a75dec648b00387a3c7.tar.zst
freebsd-ports-gnome-a3d305c2390b5a1075d02a75dec648b00387a3c7.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)
Diffstat (limited to 'net-p2p/transmission-cli/Makefile')
-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}