# Created by: ryo # $FreeBSD$ PORTNAME= jstrings PORTVERSION= 0.6 CATEGORIES= japanese MASTER_SITES= http://openmya.hacker.jp/hasegawa/jstrings/ \ http://devel.aquahill.net/ports/jstrings/ \ http://www.kokone.to/~ryo/lib/ports/jstrings/ MAINTAINER= ryo@aquahill.net COMMENT= Japanese enhancement of strings(1) command EXTRACT_DEPENDS=nkf:${PORTSDIR}/japanese/nkf MAN1= jstrings.1 MANLANG= ja PLIST_FILES= bin/jstrings USE_GMAKE= yes USE_LHA= yes MAKEFILE= makefile.gcc MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" BINDIR="${PREFIX}/bin" ALL_TARGET= jstrings NO_STAGE= yes post-extract: @${ECHO_MSG} "===> Converting Kanji code and deleting CR for ${DISTNAME}" @(cd ${WRKSRC}; \ for i in *.c *.h *.txt makefile.* ; \ do \ nkf -de $$i > $$i.tmp && ${MV} $$i.tmp $$i; \ done) post-install: ${INSTALL_MAN} ${FILESDIR}/jstrings.1 ${PREFIX}/man/${MANLANG}/man1 .include