mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
9dd4826e58
PR: ports/83613 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
31 lines
704 B
Makefile
31 lines
704 B
Makefile
# New ports collection Makefile for: zile
|
|
# Date created: 28 September 2000
|
|
# Whom: jasone
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zile
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small emacs-like text editor
|
|
|
|
USE_GETOPT_LONG= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --disable-allegro --disable-epocemx
|
|
|
|
MAN1= zile.1
|
|
INFO= zile
|
|
PLIST_FILES= bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \
|
|
%%DATADIR%%/TUTORIAL %%DATADIR%%/dotzile.sample
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.mk>
|