421767bd88
The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# $FreeBSD$
|
|
#
|
|
# handle makeself archives
|
|
#
|
|
# Feature: makeself
|
|
# Usage: USES=makeself
|
|
#
|
|
# MAINTAINER: portmgr@FreeBSD.org
|
|
|
|
.if !defined(_INCLUDE_USES_MAKESELF_Mk)
|
|
_INCLUDE_USES_MAKESELF_MK= yes
|
|
|
|
.if !empty(makeself_ARGS)
|
|
IGNORE= Incorrect 'USES+= makeself:${makeself_ARGS}' makeself takes no arguments
|
|
.endif
|
|
|
|
EXTRACT_DEPENDS+= ${UNMAKESELF_CMD}:archivers/unmakeself
|
|
|
|
EXTRACT_CMD= ${UNMAKESELF_CMD}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS=
|
|
|
|
.endif
|