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
|
1998-02-28 12:05:37 +01:00
|
|
|
#
|
|
|
|
|
1998-03-07 23:25:18 +01:00
|
|
|
DISTNAME= fetchmail-4.3.9
|
1998-02-28 12:05:37 +01:00
|
|
|
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)
|
1998-05-10 12:15:06 +02:00
|
|
|
.include </etc/mk.conf>
|
1998-05-10 12:30:14 +02:00
|
|
|
.endif
|
1998-02-28 12:05:37 +01:00
|
|
|
.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
|
1998-02-28 12:05:37 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
FDOC= ${PREFIX}/share/doc/fetchmail
|
|
|
|
|
1998-02-28 12:35:39 +01:00
|
|
|
post-extract:
|
|
|
|
${RM} -f ${WRKSRC}/md5.h
|
1998-02-28 12:05:37 +01:00
|
|
|
|
|
|
|
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}
|
|
|
|
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|