openbsd-ports/chinese/c2t/Makefile

28 lines
852 B
Makefile
Raw Normal View History

1998-10-07 01:09:51 -04:00
# $OpenBSD: Makefile,v 1.2 1998/10/07 05:09:51 marc Exp $
1997-11-26 17:56:45 -05:00
#
1998-10-07 01:09:51 -04:00
DISTNAME= zh-c2t-1.0
1997-11-26 17:56:45 -05:00
CATEGORIES= chinese
1998-10-07 01:09:51 -04:00
MAINTAINER= joey@OpenBSD.ORG
1997-11-26 17:56:45 -05:00
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
1998-10-07 01:09:51 -04:00
EXTRACT_ONLY= c2t.tar.gz
1997-11-26 17:56:45 -05:00
NO_WRKSUBDIR= yes
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>