summaryrefslogtreecommitdiff
path: root/mail/courier-maildir/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'mail/courier-maildir/Makefile.common')
-rw-r--r--mail/courier-maildir/Makefile.common44
1 files changed, 0 insertions, 44 deletions
diff --git a/mail/courier-maildir/Makefile.common b/mail/courier-maildir/Makefile.common
deleted file mode 100644
index fc24d6dc67a..00000000000
--- a/mail/courier-maildir/Makefile.common
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile.common,v 1.9 2006/01/03 05:33:11 jlam Exp $
-#
-# Package Makefiles should include this file after setting PKGNAME and
-# PKG_SUPPORTED_OPTIONS.
-
-.if !defined(PKGNAME)
-PKG_FAIL_REASON+= "[courier-mail/Makefile.common] PKGNAME must be set."
-.endif
-
-PKG_SYSCONFSUBDIR?= courier
-DOCDIR= ${PREFIX}/share/doc/courier
-EGDIR= ${PREFIX}/share/examples/courier
-
-.include "../../mk/bsd.prefs.mk"
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-
-CONFIGURE_ARGS+= --disable-root-check
-CONFIGURE_ARGS+= --enable-unicode
-CONFIGURE_ARGS+= --with-trashquota
-
-USE_DB185= yes
-CONFIGURE_ARGS+= --with-db=db
-.include "../../mk/bdb.buildlink3.mk"
-
-CONFIGURE_ENV+= SYSCONFTOOL_PERL=${PERL5:Q}
-
-# Note: This expression is the same as ${PKGBASE}, but the latter is
-# not defined yet, so we cannot use it here.
-PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//}
-.include "../../mk/bsd.options.mk"
-
-# The maildir subdirectory can be built with a "fam" option, but it's only
-# useful for the imap server and the webmail client. Handle the option
-# here, but the corresponding package Makefiles should note that "fam" is
-# a supported option on their own.
-#
-.if !empty(PKG_OPTIONS:Mfam)
-. include "../../mk/fam.buildlink3.mk"
-.endif
-
-.include "../../devel/pcre/buildlink3.mk"