Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/net-p2p/qbittorrent/Makefile 310194 2013-01-10 18:16:29Z jgh $ |
1 |
# $FreeBSD: head/net-p2p/qbittorrent/Makefile 310194 2013-01-10 18:16:29Z jgh $ |
2 |
|
2 |
|
3 |
PORTNAME= qbittorrent |
3 |
PORTNAME= qbittorrent |
4 |
PORTVERSION= 3.0.6 |
4 |
PORTVERSION= 3.0.7 |
5 |
PORTREVISION?= 0 |
5 |
PORTREVISION?= 0 |
6 |
CATEGORIES= net-p2p ipv6 |
6 |
CATEGORIES= net-p2p ipv6 |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ |
Lines 9-18
Link Here
|
9 |
MAINTAINER= nemysis@gmx.ch |
9 |
MAINTAINER= nemysis@gmx.ch |
10 |
COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar |
10 |
COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar |
11 |
|
11 |
|
12 |
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ |
12 |
# ABI versions specified on purpose for libtorrent-rasterbar |
13 |
torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 |
13 |
LIB_DEPENDS= torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ |
|
|
14 |
execinfo:${PORTSDIR}/devel/libexecinfo \ |
14 |
|
15 |
|
15 |
HAS_CONFIGURE= yes |
16 |
HAS_CONFIGURE= yes |
|
|
17 |
USE_PKGCONFIG= build |
16 |
USE_QT4= corelib network qmake_build moc_build rcc_build |
18 |
USE_QT4= corelib network qmake_build moc_build rcc_build |
17 |
QT_NONSTANDARD= yes |
19 |
QT_NONSTANDARD= yes |
18 |
|
20 |
|