1dd9f2f6c4
NO NEW PORTS RULES STUFF GOING INTO PORTS HAS TO GET THROUGH *ME* FIRST, OR BE APPROVED BY BRAD OR TURAN. e.g., no commit from anybody else, unless it says approved by brad@ or turan@ or espie@ and you don't lie about it.
27 lines
719 B
Makefile
27 lines
719 B
Makefile
# $OpenBSD: Makefile,v 1.23 1999/09/30 12:23:26 espie Exp $
|
|
|
|
DISTNAME= fetchmail-5.1.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
|
|
ftp://ftp.ccil.org/pub/esr/fetchmail/
|
|
|
|
MAINTAINER= fgsch@openbsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
|
|
CONFIGURE_ARGS+= --with-kerberos=yes
|
|
.endif
|
|
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
|
|
|
|
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>
|