20 lines
580 B
Makefile
20 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.14 2007/10/23 15:17:10 adam Exp $
|
|
|
|
DISTNAME= exim-html-4.68
|
|
CATEGORIES= mail net
|
|
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/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
HOMEPAGE= http://www.exim.org/
|
|
COMMENT= HTML documentation for the Exim mail transfer agent
|
|
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS= share/doc/exim/html
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/doc/html && pax -wr * ${PREFIX}/share/doc/exim/html
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|