1997-08-23 09:33:27 +00:00
|
|
|
# ex:ts=8
|
1996-09-23 01:50:33 +00:00
|
|
|
# New ports collection makefile for: celvis
|
|
|
|
# Version required: 1.3
|
|
|
|
# Date created: Thur Aug 15, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1996-09-23 01:50:33 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= celvis
|
1997-09-22 17:48:41 +00:00
|
|
|
PKGNAME= zh-celvis-1.3
|
1996-11-12 02:16:36 +00:00
|
|
|
CATEGORIES= chinese editors
|
1997-08-23 09:33:27 +00:00
|
|
|
MASTER_SITES= ftp://ftp.edu.cn/PUB/Chinese/
|
|
|
|
#
|
|
|
|
# switch to http://www.ifcss.org/ftp-pub/software/unix/editor/celvis-1.3.tar.gz
|
|
|
|
# if the distfile becomes unfetchable again. Note this ver is slightly
|
|
|
|
# different.
|
1996-09-23 01:50:33 +00:00
|
|
|
|
1997-10-13 07:52:28 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-09-23 01:50:33 +00:00
|
|
|
|
1996-11-18 11:44:27 +00:00
|
|
|
MAN1= celvis.1
|
|
|
|
|
1996-09-23 01:50:33 +00:00
|
|
|
do-install:
|
|
|
|
@# install target in celvis Makefile is not too good -- this is easier
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin
|
1999-08-28 01:58:05 +00:00
|
|
|
${LN} -sf ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi
|
1996-09-23 01:50:33 +00:00
|
|
|
${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1
|
|
|
|
.if !defined{NOMANCOMPRESS}
|
1999-08-28 01:58:05 +00:00
|
|
|
${LN} -sf ${PREFIX}/man/man1/celvis.1.gz ${PREFIX}/man/man1/cvi.1.gz
|
1996-09-23 01:50:33 +00:00
|
|
|
.else
|
1999-08-28 01:58:05 +00:00
|
|
|
${LN} -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1
|
1996-09-23 01:50:33 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|