mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cc6596753b
o Change distinfo md5 checksum - The spare url in the Makefile doesn't works. - I cannot find a distfile with the same md5 that we have in distinfo - The new distfile's difference is a comment and two removed ifdef's (see PR for full diff) PR: 53103 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
28 lines
715 B
Makefile
28 lines
715 B
Makefile
# 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>
|