687df05130
We do not install the "gotext" utility because it introduces a circular dependency to go-tools. If you really need it (which I doubt), we can add a separate package.
15 lines
400 B
Makefile
15 lines
400 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/07/08 17:15:42 bsiegert Exp $
|
|
|
|
BUILDLINK_TREE+= go-text
|
|
|
|
.if !defined(GO_TEXT_BUILDLINK3_MK)
|
|
GO_TEXT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-text= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-text?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-text+= go-text>=0.3.0
|
|
BUILDLINK_PKGSRCDIR.go-text?= ../../textproc/go-text
|
|
.endif # GO_TEXT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-text
|