diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-11-22 03:55:03 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-11-22 03:55:03 +0000 |
commit | c84446f9a50a832d60abe0019f9f29740b79098f (patch) | |
tree | 11df4b97ca51177fdcb54e5a37fa4c155f60c897 /japanese/jhd/Makefile | |
parent | 408a4718a309a0dd720f9e70237d8d479dc4d1a6 (diff) | |
download | FreeBSD-ports-c84446f9a50a832d60abe0019f9f29740b79098f.zip FreeBSD-ports-c84446f9a50a832d60abe0019f9f29740b79098f.tar.gz |
Japanese Hexdecimal Dump
PR: ports/8036
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'japanese/jhd/Makefile')
-rw-r--r-- | japanese/jhd/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/japanese/jhd/Makefile b/japanese/jhd/Makefile new file mode 100644 index 0000000..64b292e --- /dev/null +++ b/japanese/jhd/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: jhd +# Version required: 2.3 +# Date created: Feb 5, 1998 +# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +DISTNAME= jhd-2.3 +PKGNAME= ja-jhd-2.3 +CATEGORIES= japanese +MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/ + +MAINTAINER= taoka@infonets.hiroshima-u.ac.jp + +BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf + +MANLANG= ja +MAN1= jhd.1 + +post-build: + cd ${WRKSRC}; \ + ${MV} jhd.1 jhd.1.org; \ + nkf -e jhd.1.org > jhd.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/jhd ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/jhd.1 ${PREFIX}/man/ja/man1 + +.include <bsd.port.mk> |