94e4d0d02d
QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform.
13 lines
373 B
Makefile
13 lines
373 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 22:05:46 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= qt4-qtkeychain
|
|
|
|
.if !defined(QT4_QTKEYCHAIN_BUILDLINK3_MK)
|
|
QT4_QTKEYCHAIN_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qt4-qtkeychain+= qt4-qtkeychain>=0.1.0
|
|
BUILDLINK_PKGSRCDIR.qt4-qtkeychain?= ../../security/qt4-qtkeychain
|
|
|
|
.endif # QT4_QTKEYCHAIN_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qt4-qtkeychain
|