diff options
author | nros <nros@pkgsrc.org> | 2022-11-25 20:12:25 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2022-11-25 20:12:25 +0000 |
commit | 5fe76e29d6b0e584342c411a9623747d27c56386 (patch) | |
tree | e0d46955df8dc7ca32205f280928776d542aa456 /security/qt6-qtnetworkauth/Makefile | |
parent | 00faf7e2adf5b0e93749529323662c875ddd26a0 (diff) | |
download | pkgsrc-5fe76e29d6b0e584342c411a9623747d27c56386.tar.gz |
Add qt6-qtnetworkauth version 6.4.1 to pkgsrc-current
Qt6 module with network auth libraries.
Diffstat (limited to 'security/qt6-qtnetworkauth/Makefile')
-rw-r--r-- | security/qt6-qtnetworkauth/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/qt6-qtnetworkauth/Makefile b/security/qt6-qtnetworkauth/Makefile new file mode 100644 index 00000000000..8f1ee62e284 --- /dev/null +++ b/security/qt6-qtnetworkauth/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2022/11/25 20:12:25 nros Exp $ + +DISTNAME= qtnetworkauth-everywhere-src-${QTVERSION} +PKGNAME= qt6-qtnetworkauth-${QTVERSION} +COMMENT= Qt6 module with auth libraries +CATEGORIES= security net +LICENSE= gnu-gpl-v3 + +.include "../../x11/qt6-qtbase/Makefile.common" + +PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6NetworkAuth.pc + +.include "../../x11/qt6-qtbase/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |