diff options
author | jasone <jasone@FreeBSD.org> | 2000-09-28 22:24:06 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-09-28 22:24:06 +0000 |
commit | cfe5dcab2dec22bd3825d6daac83acb8d0257a64 (patch) | |
tree | 91e68f44ea16b39721fa30349a9b852b754aed54 /editors/zile/Makefile | |
parent | 7e45af1016401a3fc88446bb4c4aee352a24210a (diff) | |
download | FreeBSD-ports-cfe5dcab2dec22bd3825d6daac83acb8d0257a64.zip FreeBSD-ports-cfe5dcab2dec22bd3825d6daac83acb8d0257a64.tar.gz |
Add port for the zile editor ("zile is lossy emacs").
Diffstat (limited to 'editors/zile/Makefile')
-rw-r--r-- | editors/zile/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile new file mode 100644 index 0000000..e28fded --- /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> |