aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/celvis/Makefile
blob: 333b37edf75149b34f248029c755b1d1bf660111 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ex:ts=8
# Ports collection makefile for:  celvis
# Date created:           Thur Aug 15, 1996
# Whom:               David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#

PORTNAME=   celvis
PORTVERSION=    1.3
CATEGORIES= chinese editors
MASTER_SITES=   http://ftp.ist.utl.pt/pub/ctan/language/chinese/chtex/
DISTNAME=   ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A vi/ex clone that speaks Chinese

MAN1=       celvis.1
MLINKS=     celvis.1 cvi.1

do-install:
    @# install target in celvis Makefile is not too good -- this is easier
    ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin
    ${LN} -f ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi
    ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1

.include <bsd.port.mk>