Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
23 lines
391 B
Makefile
23 lines
391 B
Makefile
# Handle dependency on qca
|
|
#
|
|
# Feature: qca
|
|
# Usage: USES=qca
|
|
# Valid ARGS none
|
|
#
|
|
# MAINTAINER: kde@FreeBSD.org
|
|
|
|
.if ! defined(_INCLUDE_QCA_MK)
|
|
_INCLUDE_QCA_MK= yes
|
|
|
|
. if !empty(qca_ARGS)
|
|
IGNORE+= USES=qca takes no arguments
|
|
. endif
|
|
|
|
_QCA_LIB= libqca-qt5.so
|
|
|
|
_QCA_DEFAULT_PORT= devel/qca
|
|
_QCA_CHOSEN_PORT= DEFAULT
|
|
|
|
LIB_DEPENDS+= ${_QCA_LIB}:${_QCA_${_QCA_CHOSEN_PORT}_PORT}
|
|
|
|
.endif
|