summaryrefslogtreecommitdiff
path: root/mail/maildrop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r--mail/maildrop/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
new file mode 100644
index 00000000000..f166ea979b1
--- /dev/null
+++ b/mail/maildrop/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/23 13:34:58 rh Exp $
+#
+
+DISTNAME= maildrop-1.2.2
+CATEGORIES= mail
+MASTER_SITES= http://download.sourceforge.net/courier/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/
+
+.if make(install-run-depends) # only needed for building
+USE_PERL5= YES
+.endif
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--with-db=db
+
+.include "../../mk/bsd.pkg.mk"