2000-09-29 00:24:06 +02:00
|
|
|
# New ports collection Makefile for: zile
|
|
|
|
# Date created: 28 September 2000
|
|
|
|
# Whom: jasone
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zile
|
2001-08-20 09:40:23 +02:00
|
|
|
PORTVERSION= 1.6.1
|
2000-09-29 00:24:06 +02:00
|
|
|
CATEGORIES= editors
|
2000-10-22 23:12:34 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
2001-11-21 07:13:49 +01:00
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= apps/editors/emacs/clones zile
|
2000-09-29 00:24:06 +02:00
|
|
|
|
2002-05-12 00:19:34 +02:00
|
|
|
MAINTAINER= ports@freebsd.org
|
2003-02-20 18:12:51 +01:00
|
|
|
COMMENT= Small emacs-like text editor
|
2000-09-29 00:24:06 +02:00
|
|
|
|
|
|
|
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>
|