a5069d8d72
Whoson ("WHO iS ONline") is a proposed Internet protocol that allows Internet server programs know if a particular (dynamically allocated) IP address is currently allocated to a known (trusted) user and, optionally, the identity of the said user. The protocol could be used by an SMTP Message Transfer System in conjunction with anti-spam-relaying filters to implement a scheme similar to the one described here to allow roaming customers use their "home" SMTP server to submit email while connected from a "foreign" network.
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/10/11 16:51:54 abs Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
WHOSON_BUILDLINK3_MK:= ${WHOSON_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= whoson
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nwhoson}
|
|
BUILDLINK_PACKAGES+= whoson
|
|
|
|
.if !empty(WHOSON_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.whoson+= whoson>=2.03
|
|
BUILDLINK_PKGSRCDIR.whoson?= ../../net/whoson
|
|
.endif # WHOSON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|