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).
22 lines
367 B
Makefile
22 lines
367 B
Makefile
# Ports collection makefile for: tocps
|
|
# Date created: Thu Oct 14, 1999
|
|
# Whom: Peng HaiJie <phj@transfar.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tocps
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
|
|
DISTNAME= ${PKGNAME}
|
|
|
|
MAINTAINER= phj@cn.FreeBSD.org
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= tocps.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|