summaryrefslogtreecommitdiff
path: root/japanese/jhd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/jhd/Makefile')
-rw-r--r--japanese/jhd/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/japanese/jhd/Makefile b/japanese/jhd/Makefile
new file mode 100644
index 00000000000..252d10af2f1
--- /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@FreeBSD.org>
+#
+# $Id: Makefile,v 1.1.1.1 1999/06/09 10:48:00 sakamoto Exp $
+#
+
+DISTNAME= jhd-2.3
+PKGNAME= ja-jhd-2.3
+CATEGORIES= japanese
+MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/
+
+MAINTAINER= taoka@FreeBSD.org
+
+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>