blob: 2d65e103a389f299a981422b307996e4e3b22621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: MHonArc
# Date created: 18 June 1997
# Whom: koshy@india.hp.com
#
# $FreeBSD$
#
PORTNAME= mhonarc
PORTVERSION= 2.4.7
CATEGORIES= www mail
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
http://mirror.ncsa.uiuc.edu/mhonarc.org/\
ftp://hhobel.phl.univie.ac.at/MHonArc/ \
ftp://ftp.redhat.com/contrib/noarch/noarch/ \
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/ \
http://www.perl.com/CPAN/authors/id/EHOOD/
DISTNAME= MHonArc2.4.7
MAINTAINER= jkoshy@freebsd.org
USE_BZIP2= Yes
USE_PERL5= Yes
NO_BUILD= Yes
MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1
.include <bsd.port.pre.mk>
do-install:
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>
|