pkgsrc/mail/exim-html/Makefile

23 lines
601 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.28 2014/08/17 08:16:58 adam Exp $
2001-07-11 15:21:07 +02:00
DISTNAME= exim-html-4.84
2001-07-11 15:21:07 +02:00
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
2001-07-11 15:21:07 +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
NO_BUILD= yes
INSTALLATION_DIRS= share/doc/exim/html
USE_TOOLS+= pax
do-install:
2010-11-08 08:52:46 +01:00
cd ${WRKSRC}/doc && pax -rw html ${DESTDIR}${PREFIX}/share/doc/exim
2001-07-11 15:21:07 +02:00
.include "../../mk/bsd.pkg.mk"