26 lines
685 B
Makefile
26 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/12/04 16:29:59 bsiegert Exp $
|
|
#
|
|
|
|
DISTNAME= tools
|
|
PKGNAME= go-tools-1.5
|
|
PKGREVISION= 7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
|
|
GITHUB_PROJECT= ${DISTNAME}
|
|
GITHUB_TAG= d02228d
|
|
|
|
MAINTAINER= bsiegert@NetBSD.org
|
|
HOMEPAGE= http://golang.org/
|
|
COMMENT= Tools for use with Go, including godoc
|
|
LICENSE= modified-bsd
|
|
|
|
GO_SRCPATH= golang.org/x/tools
|
|
GO_DIST_BASE= ${DISTNAME}-${GITHUB_TAG}*
|
|
|
|
USE_TOOLS+= bash
|
|
REPLACE_BASH+= cmd/godoc/setup-godoc-app.bash
|
|
REPLACE_BASH+= cmd/oracle/emacs-test.bash
|
|
|
|
.include "../../lang/go/go-package.mk"
|
|
.include "../../devel/google-api-go-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|