freebsd-ports/japanese/jhd/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

30 lines
558 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/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>