mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
ca49e20584
Remove security/gpgme-qt-headers. The Qt headers have been folded back into security/gpgme-qt since they no longer conflict. https://dev.gnupg.org/T7376
14 lines
234 B
Makefile
14 lines
234 B
Makefile
PORTREVISION= 0
|
|
|
|
COMMENT= Gpgme Qt${FLAVOR:S|qt||} bindings
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
MASTERDIR= ${.CURDIR:H:H}/security/gpgme
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
_GPGME_BINDING= qt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|