1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/recjis/Makefile
Akinori MUSHA 8e270816f9 Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00

26 lines
597 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= nakai@FreeBSD.org
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 777 \
${WRKSRC}/*_tbl ${PREFIX}/lib/recjis
.include <bsd.port.mk>