pkgsrc/mail/fetchmail/Makefile

68 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.146 2004/08/05 02:31:24 jlam Exp $
DISTNAME= fetchmail-6.2.5
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://catb.org/~esr/fetchmail/ \
http://sunsite.unc.edu/pub/Linux/system/mail/pop/
2003-07-17 23:41:05 +02:00
MAINTAINER= frueauf@NetBSD.org
HOMEPAGE= http://catb.org/~esr/fetchmail/
COMMENT= Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
2004-01-06 08:05:24 +01:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
2004-03-31 04:32:56 +02:00
BUILD_USES_MSGFMT= yes
.include "../../mk/bsd.prefs.mk"
2004-03-31 04:32:56 +02:00
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
2001-06-27 06:17:35 +02:00
CONFIGURE_ARGS+= --without-hesiod
USE_TBL= yes
LDFLAGS+= ${CFLAGS}
.include "options.mk"
DOCDIR= ${PREFIX}/share/doc/fetchmail
RCD_SCRIPTS= fetchmail
.include "../../devel/gettext-lib/buildlink3.mk"
1998-02-28 12:35:39 +01:00
post-extract:
@${RM} -f ${WRKSRC}/intl/libintl.h
.if ${OPSYS} == "NetBSD"
@${RM} -f ${WRKSRC}/md5.h
1999-10-01 12:31:57 +02:00
.endif
2004-03-31 04:22:04 +02:00
.if defined(REPLACE_KERBEROS_LIBS)
2004-03-31 04:22:04 +02:00
post-configure:
cd ${WRKSRC} && \
for F in configure.in configure; do \
${SED} -e "s/-lkrb -ldes/-lkrb -ldes -lcom_err -lroken/" \
$$F > $$F.mod; \
${MV} -f $$F.mod $$F; \
done
${CHMOD} a+x ${WRKSRC}/configure
.endif
post-build:
2004-03-31 04:22:04 +02:00
for file in ${WRKSRC}/fetchmail.man; do \
${MV} -f $$file $$file.tbl; \
${TBL} $$file.tbl > $$file; \
2004-03-31 04:22:04 +02:00
done
2000-02-05 20:51:13 +01:00
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; for file in \
FAQ NOTES FEATURES README COPYING \
fetchmail-FAQ.html fetchmail-features.html \
design-notes.html; \
do \
${INSTALL_DATA} $$file ${DOCDIR}; \
done
.include "../../mk/bsd.pkg.mk"