1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/mhonarc/Makefile

37 lines
902 B
Makefile
Raw Normal View History

# New ports collection makefile for: MHonArc
# Date created: 18 June 1997
# Whom: koshy@india.hp.com
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
PORTNAME= mhonarc
2000-05-03 11:24:36 +00:00
PORTVERSION= 2.4.6
CATEGORIES= www mail
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://hhobel.phl.univie.ac.at/MHonArc/ \
1999-09-08 04:55:21 +00:00
ftp://ftp.redhat.com/contrib/noarch/noarch/ \
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/ \
http://www.perl.com/CPAN/authors/id/EHOOD/
2000-05-03 11:24:36 +00:00
DISTNAME= MHonArc2.4.6
1998-07-07 11:39:46 +00:00
MAINTAINER= jkoshy@freebsd.org
1999-01-13 04:00:10 +00:00
Y2K= http://www.oac.uci.edu/indiv/ehood/MHonArc/doc/faq/general.html#y2k
2000-05-03 11:24:36 +00:00
USE_BZIP2= Yes
USE_PERL5= Yes
NO_BUILD= Yes
2000-05-03 11:24:36 +00:00
MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1
.include <bsd.port.pre.mk>
do-install:
2000-05-03 11:24:36 +00:00
cd ${WRKSRC} && ${PERL5} install.me -binpath ${PREFIX}/bin \
-docpath ${PREFIX}/share/doc/MHonArc \
-libpath ${PREFIX}/share/MHonArc \
-manpath ${PREFIX}/man -batch
.include <bsd.port.post.mk>