Changeset View
Changeset View
Standalone View
Standalone View
net-p2p/transmission-cli/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= transmission | PORTNAME= transmission | ||||
PORTVERSION= 2.84 | PORTVERSION= 2.84 | ||||
PORTREVISION?= 1 | PORTREVISION?= 1 | ||||
CATEGORIES?= net-p2p | CATEGORIES?= net-p2p | ||||
#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ | #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ | ||||
MASTER_SITES= http://transmission.cachefly.net/ | MASTER_SITES= http://transmission.cachefly.net/ | ||||
PKGNAMESUFFIX?= -cli | PKGNAMESUFFIX?= -cli | ||||
MAINTAINER?= crees@FreeBSD.org | MAINTAINER?= jbeich@FreeBSD.org | ||||
COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities | COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities | ||||
SLAVEPORT?= cli | SLAVEPORT?= cli | ||||
# Odd arrangement here-- cli is MIT, everything else is GPL | # Odd arrangement here-- cli is MIT, everything else is GPL | ||||
.if ${SLAVEPORT} == cli | .if ${SLAVEPORT} == cli | ||||
LICENSE= MIT | LICENSE= MIT | ||||
.else | .else | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
.endif | .endif | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
USES+= tar:xz | USES+= cpe tar:xz | ||||
CPE_VENDOR= transmissionbt | |||||
CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5* | CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5* | ||||
OPTIONS_DEFINE= LITE DOCS | OPTIONS_DEFINE= LITE DOCS | ||||
EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude third-party | EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude third-party | ||||
.include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
▲ Show 20 Lines • Show All 88 Lines • Show Last 20 Lines |