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