pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/libmilter Use "libmilter" in base system if it is...
details: https://anonhg.NetBSD.org/pkgsrc/rev/182698b4808e
branches: trunk
changeset: 477345:182698b4808e
user: tron <tron%pkgsrc.org@localhost>
date: Wed Jun 30 13:48:55 2004 +0000
description:
Use "libmilter" in base system if it is available.
diffstat:
mail/libmilter/builtin.mk | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r cf2b275954a7 -r 182698b4808e mail/libmilter/builtin.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/libmilter/builtin.mk Wed Jun 30 13:48:55 2004 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: builtin.mk,v 1.1 2004/06/30 13:48:55 tron Exp $
+
+.if !defined(IS_BUILTIN.libmilter)
+IS_BUILTIN.libmilter= no
+. if exists(/usr/include/libmilter) && exists (/usr/lib/libmilter.a)
+IS_BUILTIN.libmilter= yes
+. endif
+.endif # IS_BUILTIN.libmilter
+
+USE_BUILTIN.libmilter?= ${IS_BUILTIN.libmilter}
Home |
Main Index |
Thread Index |
Old Index