1997-06-27 20:18:49 +02:00
|
|
|
# New ports collection makefile for: MHonArc
|
|
|
|
# Date created: 18 June 1997
|
|
|
|
# Whom: koshy@india.hp.com
|
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1997-06-27 20:18:49 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= mhonarc
|
2003-02-12 06:17:02 +01:00
|
|
|
PORTVERSION= 2.6.0
|
1997-06-27 20:18:49 +02:00
|
|
|
CATEGORIES= www mail
|
2001-11-28 10:51:43 +01:00
|
|
|
MASTER_SITES= http://www.mhonarc.org/tar/ \
|
|
|
|
http://www.oac.uci.edu/indiv/ehood/tar/ \
|
2000-11-08 09:59:40 +01:00
|
|
|
http://mirror.ncsa.uiuc.edu/mhonarc.org/\
|
1998-11-25 03:31:41 +01:00
|
|
|
ftp://hhobel.phl.univie.ac.at/MHonArc/ \
|
2001-09-03 10:53:35 +02:00
|
|
|
ftp://ftp.redhat.com/pub/contrib/noarch/noarch/ \
|
1998-11-25 03:31:41 +01:00
|
|
|
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/ \
|
2001-09-03 10:53:35 +02:00
|
|
|
http://www.perl.com/CPAN-local/authors/id/EHOOD/
|
2001-11-28 10:51:43 +01:00
|
|
|
DISTNAME= MHonArc${PORTVERSION}
|
1997-06-27 20:18:49 +02:00
|
|
|
|
2002-05-01 22:56:55 +02:00
|
|
|
MAINTAINER= max@FreeBSD.org
|
1997-06-27 20:18:49 +02:00
|
|
|
|
2000-05-03 13:24:36 +02:00
|
|
|
USE_BZIP2= Yes
|
1998-11-25 03:31:41 +01:00
|
|
|
USE_PERL5= Yes
|
|
|
|
NO_BUILD= Yes
|
1997-06-27 20:18:49 +02:00
|
|
|
|
2000-05-03 13:24:36 +02:00
|
|
|
MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1
|
|
|
|
|
2001-11-28 10:51:43 +01:00
|
|
|
INSTALL_ARGS= -binpath ${PREFIX}/bin \
|
|
|
|
-libpath ${PREFIX}/share/MHonArc \
|
|
|
|
-manpath ${PREFIX}/man \
|
|
|
|
-batch
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
INSTALL_ARGS+= -docpath ${PREFIX}/share/doc/MHonArc
|
|
|
|
.else
|
|
|
|
INSTALL_ARGS+= -nodoc
|
|
|
|
.endif
|
|
|
|
|
1998-12-01 09:38:55 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1998-11-25 03:31:41 +01:00
|
|
|
do-install:
|
2002-11-11 02:21:23 +01:00
|
|
|
cd ${WRKSRC} && ${PERL5} install.me ${INSTALL_ARGS}
|
1997-06-27 20:18:49 +02:00
|
|
|
|
1998-12-01 09:38:55 +01:00
|
|
|
.include <bsd.port.post.mk>
|