aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-08-19 21:48:18 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-08-19 21:48:18 +0800
commita7a3c87b30fa506bd51a0cca1460579d1ecbc2ac (patch)
treeb632ceb3a6b23197c319996056b3a2e674602ad5 /net-p2p
parent97f4feac98edd64c70af1f5d786af2834595c77c (diff)
downloadfreebsd-ports-gnome-a7a3c87b30fa506bd51a0cca1460579d1ecbc2ac.tar.gz
freebsd-ports-gnome-a7a3c87b30fa506bd51a0cca1460579d1ecbc2ac.tar.zst
freebsd-ports-gnome-a7a3c87b30fa506bd51a0cca1460579d1ecbc2ac.zip
- Pass maintainership to submitter
- While here, fix license, switch to USES=ssl and some other cosmetic fixes PR: 211680 Submitted by: pipfstarrd@opmbx.org
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 73bbbec69339..7ff9d1921ba2 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -5,26 +5,24 @@ PORTVERSION= 0.13.6
CATEGORIES= net-p2p
MASTER_SITES= http://rtorrent.net/downloads/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= pipfstarrd@openmailbox.org
COMMENT= BitTorrent Library written in C++
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
-LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS_INSTALL= rblibtorrent-[0-9]* rblibtorrent-devel-[0-9]*
-OPTIONS_DEFINE= IPV6 KQUEUE
-OPTIONS_DEFAULT=KQUEUE
-KQUEUE_DESC= Use kqueue(2) support
-
+USES= compiler:c++11-lang libtool pathfix pkgconfig ssl
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLBASE}/lib -ssl -crypto" OPENSSL_CFLAGS="-I${OPENSSLBASE}/include"
-GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-USE_OPENSSL= yes
-USES= compiler:c++11-lang libtool pathfix pkgconfig
+
+OPTIONS_DEFINE= IPV6 KQUEUE
+OPTIONS_DEFAULT=KQUEUE
+KQUEUE_DESC= Use kqueue(2) support
IPV6_CONFIGURE_ENABLE= ipv6
KQUEUE_CONFIGURE_WITH= kqueue