mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cc4ba0df9f
PR: 15041 Submitted by: Maintainer
27 lines
720 B
Makefile
27 lines
720 B
Makefile
# New ports collection makefile for: autoconvert
|
|
# Version required: 0.3.3
|
|
# Date created: 26 Oct 1999
|
|
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= autoconvert-0.3.3
|
|
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 LICENSE Readme TODO Version big5.txt gb.txt hz.txt procmailrc.example
|
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|