2006-08-01 14:38:22 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.108 2006/08/01 18:38:23 alek Exp $
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2001-04-13 16:35:49 -04:00
|
|
|
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
|
|
|
|
|
2006-04-21 05:21:59 -04:00
|
|
|
DISTNAME= fetchmail-6.3.4
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= mail
|
2006-08-01 14:38:22 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS:=fetchmail/}
|
2000-06-08 12:58:54 -04:00
|
|
|
|
2005-07-25 13:41:51 -04:00
|
|
|
HOMEPAGE= http://fetchmail.berlios.de/
|
2000-06-12 11:38:34 -04:00
|
|
|
|
2006-01-31 09:30:34 -05:00
|
|
|
MAINTAINER= Bernd Ahlers <bernd@openbsd.org>
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2006-01-31 09:30:34 -05:00
|
|
|
# GPL
|
2000-06-08 12:58:54 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-01-02 07:56:04 -05:00
|
|
|
WANTLIB= c crypto krb5 ssl
|
2000-04-26 14:43:53 -04:00
|
|
|
|
2006-01-31 09:30:34 -05:00
|
|
|
MODULES= devel/gettext
|
2002-09-10 06:14:24 -04:00
|
|
|
|
2006-01-31 09:30:34 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --enable-inet6 --with-ssl \
|
|
|
|
--with-kerberos5 --enable-NTLM
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2006-01-31 09:30:34 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-10-27 12:21:39 -05:00
|
|
|
|
2006-01-31 09:30:34 -05:00
|
|
|
DOCS= FAQ NOTES FEATURES README COPYING fetchmail-FAQ.html \
|
|
|
|
fetchmail-features.html design-notes.html todo.html
|
2001-02-15 16:21:37 -05:00
|
|
|
|
2000-07-23 18:42:52 -04:00
|
|
|
pre-patch:
|
|
|
|
@sed -e "s|@PREFIX@|${LOCALBASE}|" \
|
2006-01-31 09:30:34 -05:00
|
|
|
${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf
|
2001-07-08 20:19:47 -04:00
|
|
|
@tbl ${WRKSRC}/fetchmail.man > ${WRKSRC}/fetchmail.tbl && \
|
2006-01-31 09:30:34 -05:00
|
|
|
cp -f ${WRKSRC}/fetchmail.tbl ${WRKSRC}/fetchmail.man
|
2000-07-23 18:42:52 -04:00
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
post-install:
|
1999-12-18 14:51:57 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fetchmail
|
2000-07-15 03:18:01 -04:00
|
|
|
@cd ${PREFIX}/man/man1 && ln -sf fetchmail.1 fetchmailconf.1
|
2001-02-15 16:21:37 -05:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/fetchmail
|
2006-01-31 09:30:34 -05:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py \
|
|
|
|
${PREFIX}/libexec/fetchmailconf.bin
|
2000-07-23 18:42:52 -04:00
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${PREFIX}/bin
|
1997-11-14 19:04:24 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|