summaryrefslogtreecommitdiff
path: root/archivers/makeself/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/makeself/Makefile')
-rw-r--r--archivers/makeself/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
new file mode 100644
index 00000000000..207dff84846
--- /dev/null
+++ b/archivers/makeself/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 15:20:38 cjep Exp $
+# FreeBSD Id: ports/archivers/makeself/Makefile,v 1.8 2001/07/07 03:47:49 dwcjr Exp
+
+DISTNAME= makeself-1.5.3
+CATEGORIES= archivers
+MASTER_SITES= http://linuxberg.tele.net/files/console/file/
+EXTRACT_SUFX= .gz.sh
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.lokigames.com/~megastep/makeself/
+COMMENT= neat script to make self-extracting archives
+
+EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${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 "../../mk/bsd.pkg.mk"