pkgsrc/mail/fetchmail/Makefile

35 lines
859 B
Makefile
Raw Normal View History

1998-05-10 12:30:14 +02:00
# $NetBSD: Makefile,v 1.7 1998/05/10 10:30:15 mycroft Exp $
1998-02-28 12:35:39 +01:00
# $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
1998-05-10 12:30:14 +02:00
.if exists(/etc/mk.conf)
.include </etc/mk.conf>
1998-05-10 12:30:14 +02:00
.endif
.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
1998-03-16 09:24:49 +01:00
CONFIGURE_ARGS += --with-kerberos=/usr
.endif
FDOC= ${PREFIX}/share/doc/fetchmail
1998-02-28 12:35:39 +01:00
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"