freebsd-ports/japanese/recjis/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

27 lines
648 B
Makefile

# New ports collection makefile for: recjis
# Date created: 05 February 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= recjis
PORTVERSION= 1.0
CATEGORIES+= japanese
MASTER_SITES= ftp://ftp.leo.chubu.ac.jp/pub/tools/
DISTFILES= ${PORTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for recovery of broken japanese text
NO_WRKSUBDIR= yes
ALL_TARGET= prog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/*jis ${PREFIX}/bin
${MKDIR} ${PREFIX}/lib/recjis
${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 644 \
${WRKSRC}/*_tbl ${PREFIX}/lib/recjis
.include <bsd.port.mk>