Changelog: https://github.com/qbittorrent/qBittorrent/blob/release-4.3.0.1/Changelog Tested OK on amd64. OK solene@
26 lines
478 B
Makefile
26 lines
478 B
Makefile
# $OpenBSD: Makefile.inc,v 1.13 2020/10/25 22:36:41 mariani Exp $
|
|
|
|
# qmake picks up gcrypt.h even though it's unused
|
|
DPB_PROPERTIES = nojunk
|
|
|
|
VER = 4.3.0.1
|
|
DISTNAME = qbittorrent-${VER}
|
|
|
|
DIST_SUBDIR = qbittorrent
|
|
|
|
CATEGORIES ?= net
|
|
|
|
HOMEPAGE ?= https://www.qbittorrent.org
|
|
|
|
MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES ?= ${MASTER_SITE_SOURCEFORGE:=qbittorrent/}
|
|
|
|
MODULES += x11/qt5
|
|
|
|
USE_GMAKE = Yes
|
|
CONFIGURE_STYLE = gnu
|