Files
pkgsrc-ng/mail/exim-html/Makefile
2016-01-21 23:40:00 +01:00

23 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.29 2015/02/14 07:33:19 adam Exp $
DISTNAME= exim-html-4.85
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
USE_TOOLS+= pax
do-install:
cd ${WRKSRC}/doc && pax -rw html ${DESTDIR}${PREFIX}/share/doc/exim
.include "../../mk/bsd.pkg.mk"