View | Details | Raw Unified | Return to bug 174986 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-4 / +4 lines)
Lines 6-16 Link Here
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}/
8
8
9
MAINTAINER=	ports@FreeBSD.org
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
# ABI versions specified on purpose
12
# ABI versions specified on purpose
13
LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo \
13
LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo \
14
		torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16
14
		torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16
15
15
16
HAS_CONFIGURE=	yes
16
HAS_CONFIGURE=	yes
Lines 22-28 Link Here
22
MAN1?=		qbittorrent.1
22
MAN1?=		qbittorrent.1
23
23
24
.if !defined(QB_NOX_SLAVE)
24
.if !defined(QB_NOX_SLAVE)
25
LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
25
LIB_DEPENDS+=	GeoIP:${PORTSDIR}/net/GeoIP
26
USE_QT4+=	gui xml uic_build
26
USE_QT4+=	gui xml uic_build
27
INSTALLS_ICONS=	yes
27
INSTALLS_ICONS=	yes
28
OPTIONS_DEFINE=	DBUS
28
OPTIONS_DEFINE=	DBUS
Lines 46-52 Link Here
46
	@${STRIP_CMD} ${PREFIX}/bin/qbittorrent
46
	@${STRIP_CMD} ${PREFIX}/bin/qbittorrent
47
.else
47
.else
48
	@${STRIP_CMD} ${PREFIX}/bin/qbittorrent-nox
48
	@${STRIP_CMD} ${PREFIX}/bin/qbittorrent-nox
49
	${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MANPREFIX}/man/man1
49
	${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MAN1PREFIX}/man/man1
50
.endif
50
.endif
51
51
52
.include <bsd.port.post.mk>
52
.include <bsd.port.post.mk>

Return to bug 174986