summaryrefslogtreecommitdiff
path: root/archivers/makeself/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:21:48 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:21:48 +0000
commit35f9bb30c19ac218bf87afd1d770ad1ec4a58b92 (patch)
treed1a4514aeda8d3a77a50f7af4b3de77de8ca3f51 /archivers/makeself/Makefile
parentMoving the rboot port from misc to net. RBoot is a remote boot facility (diff)
Moving makeself from misc to archivers. makeself is a shell script that
makes self-extracting shell scripts, and allows you to specify a "setup" command to execute upon finishing.
Notes
Notes: svn path=/head/; revision=23727
Diffstat (limited to 'archivers/makeself/Makefile')
-rw-r--r--archivers/makeself/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
new file mode 100644
index 000000000000..fb399702fbc0
--- /dev/null
+++ b/archivers/makeself/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: makeself
+# Version required: 1.4
+# Date created: 22 Oct 1999
+# Whom: Will Andrews <andrews@technologist.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= makeself
+PKGNAME= makeself-1.4
+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
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/makeself.gz.sh ${PREFIX}/bin/makeself
+
+.include <bsd.port.mk>