summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/buildlink3.mk
blob: d15b0adf349a2175a3f63be74838d3eb7d454da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: buildlink3.mk,v 1.1 2004/02/19 10:59:28 wiz Exp $
#
# This Makefile fragment is included by packages that use libcomprex.
#
# This file was created automatically using createbuildlink-3.1.
#

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
LIBCOMPREX_BUILDLINK3_MK:=	${LIBCOMPREX_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	libcomprex
.endif

.if !empty(LIBCOMPREX_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+=			libcomprex
BUILDLINK_DEPENDS.libcomprex+=		libcomprex>=0.3.2
BUILDLINK_PKGSRCDIR.libcomprex?=		../../archivers/libcomprex

.include "../../www/curl/buildlink3.mk"

.endif # LIBCOMPREX_BUILDLINK3_MK

BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}