imap-2002c is a minor release, released concurrently with Pine 4.55, and contains primarily bugfixes. Programs written for imap-2002 will build with this version without modification imap-2002d is a minor release, released concurrently with Pine 4.56, and contains primarily bugfixes. Programs written for imap-2002 should build with this version without modification, with one exception. That exception is the ngbogus envelope flag, which stopped being used in imap-2002c and is now gone for good. See RELNOTES for additional information
21 lines
637 B
Makefile
21 lines
637 B
Makefile
# $NetBSD: buildlink2.mk,v 1.5 2003/07/28 14:38:05 adam Exp $
|
|
|
|
.if !defined(IMAP_UW_BUILDLINK2_MK)
|
|
IMAP_UW_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= imap-uw
|
|
BUILDLINK_DEPENDS.imap-uw?= imap-uw>=2002.4
|
|
BUILDLINK_PKGSRCDIR.imap-uw?= ../../mail/imap-uw
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.imap-uw=imap-uw
|
|
BUILDLINK_PREFIX.imap-uw_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.imap-uw= include/c-client/*
|
|
BUILDLINK_FILES.imap-uw+= lib/libc-client.*
|
|
BUILDLINK_FILES.imap-uw+= lib/libc-client_pic.*
|
|
BUILDLINK_FILES.imap-uw+= lib/libimapuw.*
|
|
|
|
BUILDLINK_TARGETS+= imap-uw-buildlink
|
|
|
|
imap-uw-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # IMAP_UW_BUILDLINK2_MK
|