1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/jhd/Makefile
1999-08-25 05:28:01 +00:00

31 lines
589 B
Makefile

# New ports collection makefile for: jhd
# Version required: 2.3
# Date created: Feb 5, 1998
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
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>