mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
4f0e0d2ab8
PR: 15940 Submitted by: Maintainer
27 lines
726 B
Makefile
27 lines
726 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.4
|
|
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>
|