143072ff12
Split out the headers shared between the qt5 and qt6 flavors of security/gpgme-qt to security/gpgme-qt-headers so that they no longer conflict. https://dev.gnupg.org/T6585
14 lines
291 B
Makefile
14 lines
291 B
Makefile
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -${SLAVEPORT}
|
|
|
|
COMMENT= Shared headers for the Gpgme Qt bindings
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/gpgme
|
|
SLAVEPORT= qt-headers
|
|
BINDING_NAME= qt
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|