freebsd-ports/korean/helvis/Makefile
Masafumi Max NAKANE 1e9aee2967 New port:
helvis-1.8h2-
-------------

helvis is a clone of vi/ex, the standard UNIX editor.  helvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.
helvis also supports EUC codeset, including Hangul. Other EUC codeset
is not tested.

--
PR:	3337
submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-28 04:10:16 +00:00

30 lines
731 B
Makefile

# New ports collection makefile for: helvis-1.8h2-
# Version required: 1.8h2-
# Date created: 2 Apr 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $Id$
#
DISTNAME= helvis-1.8h2-
PKGNAME= kr-helvis-1.8h2-
CATEGORIES= korean editors
MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/editor/HElvis/ \
ftp://sunsite.kren.nm.kr/pub/packages/hangul/editor/HElvis/
MAINTAINER= junker@jazz.snu.ac.kr
MAN1= ctags.1 elvis.1 elvprsv.1 elvrec.1 fmt.1 ref.1
pre-build:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
@for manpage in \
ctags elvis elvprsv elvrec fmt ref; \
do \
${INSTALL_MAN} ${WRKSRC}/doc/$${manpage}.man ${PREFIX}/man/man1/$${manpage}.1; \
done
.include <bsd.port.mk>