Tested in an amd64 bulk build by naddy@ Thanks! multimedia/qtav was fixed. Docs is still broken but fixes are comming soon. Drop maintainer address because nobody controls the google mailing list openbsd-kde@googlegroups.com.
15 lines
307 B
Makefile
15 lines
307 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/11/05 10:18:54 rsadowski Exp $
|
|
|
|
QT5NAME = QtNetworKAuth
|
|
COMMENT-main = Qt5 network authorization components
|
|
|
|
MULTI_PACKAGES = -main -examples
|
|
|
|
SHARED_LIBS += Qt5NetworkAuth 0.1
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network m
|
|
|
|
FLAVORS = debug
|
|
|
|
.include <bsd.port.mk>
|