freebsd-ports/chinese/autoconvert/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

26 lines
713 B
Makefile

# New ports collection makefile for: autoconvert
# Date created: 26 Oct 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= autoconvert
PORTVERSION= 0.3.5
CATEGORIES= chinese
MASTER_SITES= http://www.linuxfocus.org/~yu.guanghui/ \
ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/
MAINTAINER= yinjieh@csie.nctu.edu.tw
WRKSRC= ${WRKDIR}/autoconvert
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/autoconvert
.for i in ChangeLog GPL LICENSE Readme TODO Version hz.txt procmailrc.example shed.big5 shed.gb
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert
.endfor
.include <bsd.port.mk>