mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
317 B
Makefile
13 lines
317 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/04/04 09:40:23 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= discount
|
|
|
|
.if !defined(DISCOUNT_BUILDLINK3_MK)
|
|
DISCOUNT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.discount+= discount>=2.1.6
|
|
BUILDLINK_PKGSRCDIR.discount?= ../../textproc/discount
|
|
.endif # DISCOUNT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -discount
|