freebsd-ports/editors/zile/Makefile
Christian Weisgerber 5e80422bb1 Update to version 1.6.2.
PR:		52477
Submitted by:	Ports Fury
2003-06-08 01:18:51 +00:00

32 lines
651 B
Makefile

# New ports collection Makefile for: zile
# Date created: 28 September 2000
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= zile
PORTVERSION= 1.6.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Small emacs-like text editor
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= zile.1
post-extract:
${RM} -f ${WRKSRC}/doc/zile.info
post-install:
install-info ${PREFIX}/info/zile.info ${PREFIX}/info/dir
.include <bsd.port.mk>