freebsd-ports/archivers/makeself/Makefile
Chris D. Faulhaber 0181097937 Update port to 1.5.3
PR:		15755
Submitted by:	Maintainer
1999-12-29 02:50:42 +00:00

32 lines
772 B
Makefile

# New ports collection makefile for: makeself
# Version required: 1.5.3
# Date created: 22 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= makeself
PKGNAME= makeself-1.5.3
CATEGORIES= archivers
MASTER_SITES= http://www.lokigames.com/~megastep/makeself/
EXTRACT_SUFX= .gz.sh
MAINTAINER= andrews@technologist.com
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
# The DISPLAY thing is to prevent the script from trying to launch a xterm
# just to extract the source.
pre-patch:
(cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${DISTNAME}${EXTRACT_SUFX})
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
.include <bsd.port.mk>