1997-02-08 00:02:30 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: c2t
|
|
|
|
# Date created: Mon Feb 03, 1997
|
|
|
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1997-02-08 00:02:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:23 +00:00
|
|
|
PORTNAME= c2t
|
|
|
|
PORTVERSION= 1.0
|
1997-02-08 00:02:30 +00:00
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \
|
|
|
|
ftp://ftp.ifcss.org/pub/software/x-win/cxterm/dict/gb/ \
|
|
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \
|
|
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/dict/gb/ \
|
|
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \
|
|
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/
|
|
|
|
DISTFILES= c2t.tar.gz TONEPY.tit
|
|
|
|
|
2000-02-13 03:25:05 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1997-02-08 00:02:30 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
EXTRACT_ONLY= c2t.tar.gz
|
|
|
|
MAN1= c2t.1
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/chinese/gb
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/c2t ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${DISTDIR}/TONEPY.tit ${PREFIX}/share/chinese/gb
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|