diff options
-rw-r--r-- | archivers/Makefile | 1 | ||||
-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 | ||||
-rw-r--r-- | misc/Makefile | 1 |
7 files changed, 39 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8d13d2ec6dff..5b531809cfd0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -12,6 +12,7 @@ SUBDIR += lha SUBDIR += linux_rar SUBDIR += lzo + SUBDIR += makeself SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += pkzip 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 diff --git a/misc/Makefile b/misc/Makefile index 74fa2b81ff16..834874afd06b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -66,7 +66,6 @@ SUBDIR += logsurfer SUBDIR += lv SUBDIR += magicpoint - SUBDIR += makeself SUBDIR += man.el SUBDIR += mc SUBDIR += mgp-mode.el |