# $NetBSD: Makefile,v 1.7 1998/05/10 10:30:15 mycroft Exp $ # $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp # DISTNAME= fetchmail-4.3.9 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 .if exists(/etc/mk.conf) .include .endif .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS += --with-kerberos=/usr .endif FDOC= ${PREFIX}/share/doc/fetchmail post-extract: ${RM} -f ${WRKSRC}/md5.h post-install: ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ sample.rcfile FAQ NOTES FEATURES README COPYING \ fetchmail-FAQ.html fetchmail-features.html \ design-notes.html ${FDOC} .include "../../mk/bsd.pkg.mk"