diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-08 01:18:51 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-08 01:18:51 +0000 |
commit | 9bafe1571d1c6c43622105ab9aa18f97b11f0193 (patch) | |
tree | fc7f343b5266606fa461e0a1992fb32124cad9b1 /editors/zile | |
parent | d9d936460719d03e4f126cf6e4715acb537ef671 (diff) | |
download | FreeBSD-ports-9bafe1571d1c6c43622105ab9aa18f97b11f0193.zip FreeBSD-ports-9bafe1571d1c6c43622105ab9aa18f97b11f0193.tar.gz |
Update to version 1.6.2.
PR: 52477
Submitted by: Ports Fury
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 23 | ||||
-rw-r--r-- | editors/zile/distinfo | 2 | ||||
-rw-r--r-- | editors/zile/pkg-descr | 8 | ||||
-rw-r--r-- | editors/zile/pkg-plist | 11 |
4 files changed, 24 insertions, 20 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 5ad797c..595ddf8 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,27 +6,26 @@ # PORTNAME= zile -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= apps/editors/emacs/clones zile +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small emacs-like text editor -USE_AUTOCONF= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= zile.1 -MANCOMPRESSED= no -strip_bins := zile +post-extract: + ${RM} -f ${WRKSRC}/doc/zile.info post-install: -.for bin in ${strip_bins} - @strip ${PREFIX}/bin/${bin} -.endfor + install-info ${PREFIX}/info/zile.info ${PREFIX}/info/dir .include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 31bbe3f..f6d3dad 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1 +1 @@ -MD5 (zile-1.6.1.tar.gz) = 5bb3159b921ea44c9f62c288225a661a +MD5 (zile-1.6.2.tar.gz) = 7bb34d180c9de83f54cf079c694fcf9b diff --git a/editors/zile/pkg-descr b/editors/zile/pkg-descr index 6f1af13..40662f1 100644 --- a/editors/zile/pkg-descr +++ b/editors/zile/pkg-descr @@ -1,3 +1,5 @@ -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. +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. + +WWW: http://zile.sourceforge.net/ diff --git a/editors/zile/pkg-plist b/editors/zile/pkg-plist index 28625e4..7977898 100644 --- a/editors/zile/pkg-plist +++ b/editors/zile/pkg-plist @@ -1,12 +1,15 @@ +@comment $FreeBSD$ +bin/zile +@unexec install-info --delete %D/info/zile.info %D/info/dir info/zile.info -share/zile/zilerc.sample +@exec install-info %D/info/zile.info %D/info/dir +share/zile/AUTODOC share/zile/FAQ share/zile/HELP +share/zile/LATEST_VERSION share/zile/MINIHELP1 share/zile/MINIHELP2 share/zile/MINIHELP3 -share/zile/LATEST_VERSION share/zile/TUTORIAL -share/zile/AUTODOC -bin/zile +share/zile/zilerc.sample @dirrm share/zile |