openbsd-ports/mail/fetchmail/Makefile
1999-06-12 23:07:44 +00:00

26 lines
695 B
Makefile

# $OpenBSD: Makefile,v 1.16 1999/06/12 23:07:44 brad Exp $
DISTNAME= fetchmail-5.0.4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
MAINTAINER= ports@openbsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-nls
.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
CONFIGURE_ARGS+= --with-kerberos=/usr/include/kerberosIV
.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>