1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/fetchmail/Makefile

37 lines
902 B
Makefile
Raw Normal View History

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