summaryrefslogtreecommitdiff
path: root/japanese/hex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/hex/Makefile')
-rw-r--r--japanese/hex/Makefile25
1 files changed, 14 insertions, 11 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>