2000-09-29 00:24:06 +02:00
|
|
|
# New ports collection Makefile for: zile
|
|
|
|
# Date created: 28 September 2000
|
|
|
|
# Whom: jasone
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zile
|
2005-02-25 14:29:41 +01:00
|
|
|
PORTVERSION= 2.0.1
|
2000-09-29 00:24:06 +02:00
|
|
|
CATEGORIES= editors
|
2003-06-08 03:18:51 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-09-29 00:24:06 +02:00
|
|
|
|
2003-06-08 03:18:51 +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
|
|
|
|
2005-02-25 14:29:41 +01:00
|
|
|
USE_GCC= 3.4
|
|
|
|
USE_REINPLACE= yes
|
2003-06-08 03:18:51 +02:00
|
|
|
USE_GMAKE= yes
|
2005-02-25 14:29:41 +01:00
|
|
|
USE_AUTOMAKE_VER= 19
|
|
|
|
USE_AUTOCONF_VER= 259
|
2003-06-08 03:18:51 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2000-09-29 00:24:06 +02:00
|
|
|
|
|
|
|
MAN1= zile.1
|
2003-11-16 15:36:15 +01:00
|
|
|
INFO= zile
|
2005-02-25 14:29:41 +01:00
|
|
|
PLIST_FILES= bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \
|
|
|
|
%%DATADIR%%/TUTORIAL %%DATADIR%%/zilerc.sample
|
2000-09-29 00:24:06 +02:00
|
|
|
|
2003-06-08 03:18:51 +02:00
|
|
|
post-extract:
|
2003-11-16 15:36:15 +01:00
|
|
|
@${RM} -f ${WRKSRC}/doc/zile.info
|
2000-09-29 00:24:06 +02:00
|
|
|
|
2005-02-25 14:29:41 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^BFD_CC_FOR_BUILD/d' ${WRKSRC}/configure.ac
|
|
|
|
@${GREP} -lR "Makefile.am" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|_FOR_BUILD||g'
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${CONFIGURE_WRKSRC} && ${ACLOCAL}
|
2000-09-29 00:24:06 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|