freebsd-ports/editors/zile/Makefile

33 lines
620 B
Makefile
Raw Normal View History

# 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
CATEGORIES= editors
2000-10-22 23:12:34 +02:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= apps/editors/emacs/clones zile
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
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>