freebsd-ports/archivers/makeself/Makefile
David W. Chapman Jr. 4999253ac2 Update MASTER_SITE to new location
Use EXTRACT_SUFX instead of DISTFILE since its only one file
Update distinfo to reflect new filename on new site

PR:		28382
Submitted by:	Miguel Mendez <flynn@energyhq.org>
2001-07-07 03:47:49 +00:00

29 lines
677 B
Makefile

# New ports collection makefile for: makeself
# Date created: 22 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= makeself
PORTVERSION= 1.5.3
CATEGORIES= archivers
MASTER_SITES= http://linuxberg.tele.net/files/console/file/
EXTRACT_SUFX= .gz.sh
MAINTAINER= ports@FreeBSD.org
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_BUILD= yes
# 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} ${DISTFILES})
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
.include <bsd.port.mk>