1996-10-15 06:52:41 +02:00
|
|
|
# New ports collection makefile for: fetchmail
|
1997-11-29 15:17:12 +01:00
|
|
|
# Version required: 4.3.3
|
1996-10-27 00:11:40 +02:00
|
|
|
# Date created: 26 Oct 1996
|
1996-10-15 06:52:41 +02:00
|
|
|
# Whom: Ville Eerola <ve@sci.fi>
|
|
|
|
#
|
1997-11-29 15:17:12 +01:00
|
|
|
# $Id: Makefile,v 1.50 1997/10/28 04:40:39 asami Exp $
|
1996-10-15 06:52:41 +02:00
|
|
|
#
|
|
|
|
|
1997-11-29 15:17:12 +01:00
|
|
|
DISTNAME= fetchmail-4.3.3
|
1996-11-10 22:32:56 +01:00
|
|
|
CATEGORIES= mail
|
1997-02-13 23:05:56 +01:00
|
|
|
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
|
1996-10-15 06:52:41 +02:00
|
|
|
|
|
|
|
MAINTAINER= ve@sci.fi
|
|
|
|
|
1996-11-10 22:32:56 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1997-09-29 14:05:38 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-opie
|
1997-04-24 18:23:32 +02:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
|
1996-11-16 23:54:39 +01:00
|
|
|
MAN1= fetchmail.1
|
1996-10-15 06:52:41 +02:00
|
|
|
|
1997-09-10 03:25:08 +02:00
|
|
|
.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
|
|
|
|
CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV
|
|
|
|
.endif
|
|
|
|
|
1997-04-24 18:23:32 +02:00
|
|
|
FDOC= ${PREFIX}/share/doc/fetchmail
|
|
|
|
|
1997-06-11 04:38:35 +02:00
|
|
|
post-patch:
|
1997-06-16 17:51:55 +02:00
|
|
|
@${CP} -f /usr/include/md5.h ${WRKSRC}
|
1997-06-11 04:38:35 +02:00
|
|
|
|
1997-04-24 18:23:32 +02:00
|
|
|
post-install:
|
1997-10-28 05:40:39 +01:00
|
|
|
${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
|
1997-04-24 18:23:32 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} \
|
1997-07-10 03:22:05 +02:00
|
|
|
sample.rcfile FAQ NOTES FEATURES README COPYING \
|
1997-08-20 06:06:36 +02:00
|
|
|
fetchmail-FAQ.html fetchmail-features.html \
|
1997-07-10 03:22:05 +02:00
|
|
|
design-notes.html ${FDOC}
|
1997-04-24 18:23:32 +02:00
|
|
|
|
1996-10-15 06:52:41 +02:00
|
|
|
.include <bsd.port.mk>
|