freebsd-ports/chinese/tocps/Makefile
Satoshi Asami 74b19501bc Convert to PORTNAME/PORTVERSION.
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).
2000-04-13 08:28:23 +00:00

21 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>