1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/japanese/mhonarc/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

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: MHonArc
# Date created: 17 March 1999
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
PORTNAME= mhonarc
PORTVERSION= 2.3.3
CATEGORIES= japanese www
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://hhobel.phl.univie.ac.at/MHonArc/ \
ftp://contrib.redhat.com/noarch/ \
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/ \
http://www.perl.com/CPAN/authors/id/EHOOD/ \
http://www.shiratori.riec.tohoku.ac.jp/~p-katoh/Hack/Docs/mhonarc-jp/ \
http://people.FreeBSD.org/~flathill/distfiles/
DISTNAME= MHonArc${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
iso2022.pl
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= flathill@FreeBSD.org
Y2K= http://www.oac.uci.edu/indiv/ehood/MHonArc/doc/faq/general.html#y2k
USE_PERL5= Yes
NO_BUILD= Yes
.include <bsd.port.pre.mk>
pre-install:
${CP} ${DISTDIR}/iso2022.pl ${WRKSRC}/lib/
do-install:
cd ${WRKSRC} && ${PERL5} install.me -prefix ${PREFIX} -batch
${MKDIR} ${PREFIX}/share/examples/MHonArc
${INSTALL_DATA} ${FILESDIR}/mhonarc.rc.sample ${PREFIX}/share/examples/MHonArc/
post-install:
${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.post.mk>