freebsd-ports/www/mhonarc/Makefile

40 lines
841 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 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= mhonarc
PORTVERSION= 2.6.16
CATEGORIES= www mail
2005-09-09 09:14:15 +02:00
MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ \
http://www.oac.uci.edu/indiv/ehood/tar/
2003-08-08 04:59:51 +02:00
DISTNAME= MHonArc-${PORTVERSION}
MAINTAINER= max@FreeBSD.org
COMMENT= WWW front end for mail archives
2000-05-03 13:24:36 +02:00
USE_BZIP2= Yes
USE_PERL5= Yes
NO_BUILD= Yes
2000-05-03 13:24:36 +02:00
MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1
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
.include <bsd.port.pre.mk>
do-install:
2002-11-11 02:21:23 +01:00
cd ${WRKSRC} && ${PERL5} install.me ${INSTALL_ARGS}
.include <bsd.port.post.mk>