746955f539
- Fixed URL for Read Receipts being incorrect in some cases (#1177518). - Fixed endless loop when trying to parse "From: )(" (#1517867). - Using is_file() instead of file_exists() in fortune plugin (#1499134). - Add manual page for conf.pl under contrib. - Don't allow selecting INBOX as Sent, Draft or Trash folder (#1242346).
19 lines
636 B
Makefile
19 lines
636 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2006/07/13 07:59:34 martti Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
SQUIRRELMAIL_BUILDLINK3_MK:= ${SQUIRRELMAIL_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= squirrelmail
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsquirrelmail}
|
|
BUILDLINK_PACKAGES+= squirrelmail
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}squirrelmail
|
|
|
|
.if ${SQUIRRELMAIL_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.squirrelmail+= squirrelmail>=1.4.7
|
|
BUILDLINK_PKGSRCDIR.squirrelmail?= ../../mail/squirrelmail
|
|
.endif # SQUIRRELMAIL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|