mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
81f2d63f32
- Update to 3.1.2 - Change dependency to net-p2p/libtorrent-rasterbar - USE_QT4 add linguist_build uic_build - Change from QB_NOX_SLAVE to SLAVE_PORT - Add do-configure - Support STAGEDIR net-p2p/qbittorrent-nox11 - Change from QB_NOX_SLAVE to SLAVE_PORT - Support STAGEDIR - Change and cleanup qbittorrent-nox11 to not conflict with master port - Add SLAVE_PORT=yes - Remove pkg-descr Approved by: wg (mentor)
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# Created by: Doug Barton <dougb@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
COMMENT= Bittorrent client using libtorrent-rasterbar, web UI version
|
|
|
|
MASTERDIR= ${.CURDIR}/../qbittorrent
|
|
|
|
DESCR= ${.CURDIR}/../qbittorrent/pkg-descr
|
|
PLIST_FILES+= bin/qbittorrent-nox \
|
|
man/man1/qbittorrent-nox.1.gz
|
|
PLIST= ${NONEXISTENT}
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
OPTIONS_EXCLUDE= DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|