mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
5d33e04596
Where appropriate fiddle with a few other things.
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# 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
|