1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/jhd/Makefile
Satoshi Taoka 4c272cf7d9 Fix MASTER_SITES
Obtained from: fenner's report
2001-03-08 05:53:40 +00:00

30 lines
553 B
Makefile

# New ports collection makefile for: jhd
# Date created: Feb 5, 1998
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jhd
PORTVERSION= 2.3
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.iamas.ac.jp/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>