pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Initial version. This will be used b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/705f9e0700e8
branches: trunk
changeset: 488080:705f9e0700e8
user: martti <martti%pkgsrc.org@localhost>
date: Mon Jan 24 19:03:35 2005 +0000
description:
Initial version. This will be used by squirrelmail-locales.
diffstat:
mail/squirrelmail/buildlink3.mk | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 0b14c917e308 -r 705f9e0700e8 mail/squirrelmail/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/squirrelmail/buildlink3.mk Mon Jan 24 19:03:35 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2005/01/24 19:03:35 martti Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+SQUIRRELMAIL_BUILDLINK3_MK:= ${SQUIRRELMAIL_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= squirrelmail
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsquirrelmail}
+BUILDLINK_PACKAGES+= squirrelmail
+
+.if !empty(SQUIRRELMAIL_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.squirrelmail+= squirrelmail>=1.4.4
+BUILDLINK_PKGSRCDIR.squirrelmail?= ../../mail/squirrelmail
+.endif # SQUIRRELMAIL_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index