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

Collapse All | Expand All

(-)deskutils/ausweisapp2/Makefile (-3 / +9 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ausweisapp2
3
PORTNAME=	ausweisapp2
4
DISTVERSION=	1.20.0
4
DISTVERSION=	1.20.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	deskutils security
6
CATEGORIES=	deskutils security
7
7
8
MAINTAINER=	freebsd@sysctl.cz
8
MAINTAINER=	freebsd@sysctl.cz
Lines 21-31 Link Here
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	Governikus
22
GH_ACCOUNT=	Governikus
23
GH_PROJECT=	AusweisApp2
23
GH_PROJECT=	AusweisApp2
24
USE_QT=		buildtools concurrent core declarative gui linguisttools \
24
USE_QT=		concurrent core declarative gui network quickcontrols2 svg \
25
		network quickcontrols2 svg websockets widgets
25
		websockets widgets buildtools_build linguisttools_build
26
26
27
# The VENDOR variable controls the name of the directory in ${PREFIX}/share.
27
# The VENDOR variable controls the name of the directory in ${PREFIX}/share.
28
CMAKE_ARGS=	-DVENDOR=${PORTNAME}
28
CMAKE_ARGS=	-DVENDOR=${PORTNAME}
29
MAKE_ENV=	DESTDIR=${STAGEDIR}
29
MAKE_ENV=	DESTDIR=${STAGEDIR}
30
30
31
.include <bsd.port.options.mk>
32
33
.if ${SSL_DEFAULT} == base && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085
34
CMAKE_ON+=	FORCE_LEGACY_OPENSSL
35
.endif
36
31
.include <bsd.port.mk>
37
.include <bsd.port.mk>

Return to bug 245088