openbsd-ports/net/qbittorrent/qbittorrent-nox/Makefile

11 lines
268 B
Makefile

COMMENT = BitTorrent client with web interface
PKGNAME = qbittorrent-nox-${VER}
REVISION = 3
WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Network Qt6Sql Qt6Xml
WANTLIB += c crypto execinfo m ssl torrent-rasterbar z
CONFIGURE_ARGS += -DGUI=OFF
.include <bsd.port.mk>