diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-09-28 22:24:06 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-09-28 22:24:06 +0000 |
commit | 63625260136a0a9cb791cd0c54c44cc836663495 (patch) | |
tree | be01152631723d4f7e2af9a829a7d1807608e6b7 /editors/zile | |
parent | a3a28a617ff6d2651355c17fdae76c3b00c35522 (diff) | |
download | ports-63625260136a0a9cb791cd0c54c44cc836663495.tar.gz ports-63625260136a0a9cb791cd0c54c44cc836663495.zip |
Notes
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 29 | ||||
-rw-r--r-- | editors/zile/distinfo | 1 | ||||
-rw-r--r-- | editors/zile/pkg-comment | 1 | ||||
-rw-r--r-- | editors/zile/pkg-descr | 3 | ||||
-rw-r--r-- | editors/zile/pkg-plist | 10 |
5 files changed, 44 insertions, 0 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile new file mode 100644 index 000000000000..e28fded7ee01 --- /dev/null +++ b/editors/zile/Makefile @@ -0,0 +1,29 @@ +# New ports collection Makefile for: zile +# Date created: 28 September 2000 +# Whom: jasone +# +# $FreeBSD$ +# + +PORTNAME= zile +PORTVERSION= 1.1 +CATEGORIES= editors +MASTER_SITES= http://web.tiscalinet.it/ssigala/sandro/files/ + +MAINTAINER= jasone@freebsd.org + +USE_AUTOCONF= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib + +MAN1= zile.1 +MANCOMPRESSED= no + +strip_bins := zile + +post-install: +.for bin in ${strip_bins} + @strip ${PREFIX}/bin/${bin} +.endfor + +.include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo new file mode 100644 index 000000000000..1207ed7e25ff --- /dev/null +++ b/editors/zile/distinfo @@ -0,0 +1 @@ +MD5 (zile-1.1.tar.gz) = 92cfb5b4e00ac1e64fa60c82d6d760f9 diff --git a/editors/zile/pkg-comment b/editors/zile/pkg-comment new file mode 100644 index 000000000000..b01bf962da38 --- /dev/null +++ b/editors/zile/pkg-comment @@ -0,0 +1 @@ +Small emacs-like text editor. diff --git a/editors/zile/pkg-descr b/editors/zile/pkg-descr new file mode 100644 index 000000000000..6f1af130a3a6 --- /dev/null +++ b/editors/zile/pkg-descr @@ -0,0 +1,3 @@ +zile is another emacs clone. zile is a customizable, self-documenting real-time +display editor. zile was written to be similar as possible to emacs; every +emacs user should feel at home with zile. diff --git a/editors/zile/pkg-plist b/editors/zile/pkg-plist new file mode 100644 index 000000000000..48ef9afc4e30 --- /dev/null +++ b/editors/zile/pkg-plist @@ -0,0 +1,10 @@ +info/zile.info +share/zile/zilerc.sample +share/zile/FAQ +share/zile/HELP +share/zile/HELPWIN +share/zile/LATEST_VERSION +share/zile/TUTORIAL +share/zile/AUTODOC +bin/zile +@dirrm share/zile |