1999-04-07 00:52:26 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 1999/04/07 04:52:26 brad Exp $
|
1997-11-14 19:04:24 -05:00
|
|
|
|
1999-03-10 00:07:45 -05:00
|
|
|
DISTNAME= fetchmail-4.7.9
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
|
|
|
|
|
1998-03-01 00:40:44 -05:00
|
|
|
MAINTAINER= ports@OpenBSD.ORG
|
1997-11-14 19:04:24 -05:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-04-07 00:52:26 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
1997-11-14 19:04:24 -05:00
|
|
|
.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
|
|
|
|
CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV
|
|
|
|
.endif
|
1998-07-31 22:01:55 -04:00
|
|
|
CONFIGURE_ENV+= ${SETENV} LDFLAGS="${CFLAGS}"
|
1997-11-14 19:04:24 -05:00
|
|
|
|
|
|
|
FDOC= ${PREFIX}/share/doc/fetchmail
|
|
|
|
|
|
|
|
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 <bsd.port.mk>
|