2007-02-22 20:26:05 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:41 wiz Exp $
|
2001-07-11 15:21:07 +02:00
|
|
|
|
2005-05-17 19:06:11 +02:00
|
|
|
DISTNAME= exim-html-4.50
|
2001-07-11 15:21:07 +02:00
|
|
|
CATEGORIES= mail net
|
2002-06-19 18:10:51 +02:00
|
|
|
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
|
|
|
|
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
|
|
|
|
ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/
|
2007-02-22 20:26:05 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-07-11 15:21:07 +02:00
|
|
|
|
2004-05-07 20:12:58 +02:00
|
|
|
MAINTAINER= abs@NetBSD.org
|
2001-07-11 15:21:07 +02:00
|
|
|
HOMEPAGE= http://www.exim.org/
|
|
|
|
COMMENT= HTML documentation for the Exim mail transfer agent
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
2005-05-17 19:06:11 +02:00
|
|
|
|
|
|
|
do-install:
|
2001-07-11 15:21:07 +02:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/exim
|
2002-06-19 18:10:51 +02:00
|
|
|
${CP} -R ${WRKDIR}/${DISTNAME}/doc/html/* ${PREFIX}/share/doc/html/exim
|
2001-07-11 15:21:07 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|