mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
74b19501bc
Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional).
31 lines
810 B
Makefile
31 lines
810 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= 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.
|
|
DISTNAME= celvis
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
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>
|