summaryrefslogtreecommitdiff
path: root/mail/maildrop/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-16 07:39:21 +0000
committerjlam <jlam>2001-08-16 07:39:21 +0000
commit417e4aeb04a2bf3ac322319d1c924970a2178b9a (patch)
treeb6c3b9b417ff5774e2143e9ec2b6b551a9bbde1b /mail/maildrop/Makefile
parentadc471d50bfbb8b2fcc1059ea39631221600d092 (diff)
downloadpkgsrc-417e4aeb04a2bf3ac322319d1c924970a2178b9a.tar.gz
Update mail/maildrop to 1.3.4. Relevent changes from version 1.2.2 include:
+ Become maintainer for maildrop as I'm working on packaging the Courier-MTA software, of which maildrop is one piece. + Fix possible build problem on Solaris (untested). + Install maildirmake as maildrop.maildirmake to avoid conflicts with other packages that install maildirmake. + Add dependency on courier-maildirmake. + Move HTML documentation to ${PREFIX}/share/doc/html * Bug fixes, of course. * Disable MSIE smart tags in all html files. * Added mailbot(1), a MIME-capable autoresponder utility. * Reject ambigous nested MIME boundary delimiters.
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r--mail/maildrop/Makefile31
1 files changed, 25 insertions, 6 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index f28fcdcfdc5..99573a89d96 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -1,17 +1,36 @@
-# $NetBSD: Makefile,v 1.4 2001/04/26 16:35:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/08/16 07:39:21 jlam Exp $
#
-DISTNAME= maildrop-1.2.2
+DISTNAME= maildrop-1.3.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
-MAINTAINER= rh@netbsd.org
+MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/
COMMENT= mail delivery agent with filtering abilities
-BUILD_DEPENDS+= perl>=5.6.0:../../lang/perl5
+PERL5_REQD= 5.6.0
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
+DEPENDS+= courier-maildirmake-[0-9]*:../../mail/courier-maildirmake
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-db=db
+USE_BUILDLINK_ONLY= # defined
+USE_GMAKE= # defined
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --with-db=db
+CONFIGURE_ARGS+= --with-etcdir=/etc
+
+INSTALL_TARGET= install-strip
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+.include "../../databases/db/buildlink.mk"
+CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2
+.endif
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/maildrop
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/maildrop
+ ${INSTALL_DATA} ${WRKSRC}/README.postfix ${PREFIX}/share/doc/maildrop
.include "../../mk/bsd.pkg.mk"