openbsd-ports/mail/fetchmail/Makefile

27 lines
744 B
Makefile
Raw Normal View History

1999-12-26 10:30:36 -05:00
# $OpenBSD: Makefile,v 1.31 1999/12/26 15:30:36 fgsch Exp $
1997-11-14 19:04:24 -05:00
1999-12-26 10:30:36 -05:00
DISTNAME= fetchmail-5.2.2
1997-11-14 19:04:24 -05:00
CATEGORIES= mail
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/
1997-11-14 19:04:24 -05:00
MAINTAINER= fgsch@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
.if defined(WITH_KERBEROS) && ${WITH_KERBEROS:U} == YES
CONFIGURE_ARGS+= --with-kerberos
1997-11-14 19:04:24 -05:00
.endif
.if defined(WITH_SSL) && ${WITH_SSL:U} == YES
CONFIGURE_ARGS+= --with-ssl
.endif
1997-11-14 19:04:24 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fetchmail
1997-11-14 19:04:24 -05:00
cd ${WRKSRC} && ${INSTALL_DATA} \
sample.rcfile FAQ NOTES FEATURES README COPYING \
fetchmail-FAQ.html fetchmail-features.html \
design-notes.html ${PREFIX}/share/doc/fetchmail
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>