opnsense-ports/Mk/Uses/makeinfo.mk
Franco Fichtner cde91bebed Framework: sync with upstream
Taken from: FreeBSD
2016-03-29 10:51:07 +02:00

22 lines
392 B
Makefile

# $FreeBSD$
#
# handle dependency on the makeinfo port
#
# Feature: makeinfo
# Usage: USES=makeinfo
# Valid ARGS: none
#
# MAINTAINER: portmgr@FreeBSD.org
.if !defined(_INCLUDE_USES_MAKEINFO_MK)
_INCLUDE_USES_MAKEINFO_MK= yes
.if !empty(makeinfo_ARGS)
IGNORE= USES=makeinfo - expects no arguments
.endif
.if !exists(/usr/bin/makeinfo)
BUILD_DEPENDS+= makeinfo:print/texinfo
.endif
.endif