diff options
Diffstat (limited to 'archivers/makeself')
-rw-r--r-- | archivers/makeself/Makefile | 25 | ||||
-rw-r--r-- | archivers/makeself/distinfo | 1 | ||||
-rw-r--r-- | archivers/makeself/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/makeself/pkg-descr | 10 | ||||
-rw-r--r-- | archivers/makeself/pkg-plist | 1 |
5 files changed, 38 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> diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo new file mode 100644 index 000000000000..2d60115148d6 --- /dev/null +++ b/archivers/makeself/distinfo @@ -0,0 +1 @@ +MD5 (makeself.gz.sh) = ba2020c4998b3d2ad3ae803b299f2781 diff --git a/archivers/makeself/pkg-comment b/archivers/makeself/pkg-comment new file mode 100644 index 000000000000..db20d2d9640e --- /dev/null +++ b/archivers/makeself/pkg-comment @@ -0,0 +1 @@ +A neat script to make self-extracting archives diff --git a/archivers/makeself/pkg-descr b/archivers/makeself/pkg-descr new file mode 100644 index 000000000000..b9434a53d847 --- /dev/null +++ b/archivers/makeself/pkg-descr @@ -0,0 +1,10 @@ +makeself is a (very small) shell script that makes neat +self-extracting shell scripts, and allows you to specify a "setup" +command to execute upon finishing. + +It's sorta like the Windows winzip self-extracting archives. + +WWW: http://www.lokigames.com/~megastep/makeself/ +Author: Stephane Peter <megastep@lokigames.com> + +- Will <andrews@technologist.com> diff --git a/archivers/makeself/pkg-plist b/archivers/makeself/pkg-plist new file mode 100644 index 000000000000..2c5a0d3557f9 --- /dev/null +++ b/archivers/makeself/pkg-plist @@ -0,0 +1 @@ +bin/makeself |