diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-21 16:32:24 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-21 16:32:24 +0000 |
commit | e07b1ad170a85563f04d5a700e247fd5928fb096 (patch) | |
tree | 3f4246e5d2ab5d562aa37c8a27136105eff60378 /japanese/hex | |
parent | f7cfc373b3157431fdf7812341ad1ee837c1e26e (diff) |
Notes
Diffstat (limited to 'japanese/hex')
-rw-r--r-- | japanese/hex/Makefile | 25 | ||||
-rw-r--r-- | japanese/hex/distinfo | 2 | ||||
-rw-r--r-- | japanese/hex/pkg-descr | 2 |
3 files changed, 17 insertions, 12 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index c150f383cf2a..b11ac1689769 100644 --- a/japanese/hex/Makefile +++ b/japanese/hex/Makefile @@ -1,24 +1,27 @@ -# New ports collection makefile for: hex -# Version required: 2.03 -# Date created: Nov 5, 1996 -# Whom: IMAMURA Tomoaki (yu@pastel.club.or.jp) +# New ports collection makefile for: hex +# Version required: 2.04 +# Date created: Nov 5, 1996 +# Whom: IMAMURA Tomoaki (yu@pastel.club.or.jp) # # $FreeBSD$ # -DISTNAME= hex203 -PKGNAME= ja-hex-2.03 +DISTNAME= hex204 +PKGNAME= ja-hex-2.04 CATEGORIES= japanese -MASTER_SITES= http://www.is.s.u-tokyo.ac.jp/~nayuta/pub/ +MASTER_SITES= http://www.yl.is.s.u-tokyo.ac.jp/~nayuta/S/hex/ EXTRACT_SUFX= .tgz MAINTAINER= yu@pastel.club.or.jp -USE_IMAKE= yes -PREFIX?= ${LOCALBASE} -MTREE_FILE?= /etc/mtree/BSD.local.dist -ALL_TARGET= hex MANLANG= ja MAN1= hex.1 +do-build: + cd ${WRKSRC}; ${CC} ${CFLAGS} hex.cc -o hex + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hex ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/hex.man ${PREFIX}/man/ja/man1/hex.1 + .include <bsd.port.mk> diff --git a/japanese/hex/distinfo b/japanese/hex/distinfo index fb85e4299de0..3186523bbb28 100644 --- a/japanese/hex/distinfo +++ b/japanese/hex/distinfo @@ -1 +1 @@ -MD5 (hex203.tgz) = 84e51578833c3a76a87f23a9e49662e2 +MD5 (hex204.tgz) = 70f6e6048b31abb99159745a82b6931e diff --git a/japanese/hex/pkg-descr b/japanese/hex/pkg-descr index 880fcaacd90f..23c2248952c3 100644 --- a/japanese/hex/pkg-descr +++ b/japanese/hex/pkg-descr @@ -1,2 +1,4 @@ Hex is a hexadecimal dump tool which handles Japanese Kanji code (euc, sjis, jis). + +WWW: http://www.yl.is.s.u-tokyo.ac.jp/~nayuta/S/hex/index-ja.html |