summaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-02-28 11:05:37 +0000
committertron <tron>1998-02-28 11:05:37 +0000
commit67a24e10b7c45f40235ef0cd2b2209709f8f170a (patch)
tree7776e0d4218223b4bb5363d1a7ab100bec1a0df7 /mail/fetchmail/Makefile
parentdd507c02fddd1b8b9e8edc129fcbee8cec8e103d (diff)
downloadpkgsrc-67a24e10b7c45f40235ef0cd2b2209709f8f170a.tar.gz
Initial import of FreeBSD's "fetchmail" port.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
new file mode 100644
index 00000000000..61befee76c5
--- /dev/null
+++ b/mail/fetchmail/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: fetchmail
+# Version required: 4.3.6
+# Date created: 26 Oct 1996
+# Whom: Ville Eerola <ve@sci.fi>
+#
+# $Id: Makefile,v 1.1.1.1 1998/02/28 11:05:37 tron Exp $
+#
+
+DISTNAME= fetchmail-4.3.6
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
+
+MAINTAINER= ve@sci.fi
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-opie
+CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
+MAN1= fetchmail.1
+
+.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
+CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV
+.endif
+
+FDOC= ${PREFIX}/share/doc/fetchmail
+
+post-patch:
+ @${CP} -f /usr/include/md5.h ${WRKSRC}
+
+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>