summaryrefslogtreecommitdiff
path: root/devel/go-flags-svent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/go-flags-svent/Makefile')
-rw-r--r--devel/go-flags-svent/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/go-flags-svent/Makefile b/devel/go-flags-svent/Makefile
new file mode 100644
index 00000000000..8b34444a421
--- /dev/null
+++ b/devel/go-flags-svent/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2015/12/27 20:37:11 wiz Exp $
+
+DISTNAME= go-flags-svent-0.0.20141123
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/}
+GITHUB_PROJECT= go-flags
+GITHUB_TAG= 4bcbad344f0318adaf7aabc16929701459009aa3
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/svent/go-flags/
+COMMENT= Go command line option parser (svent fork)
+LICENSE= modified-bsd
+
+WRKSRC= ${WRKDIR}
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH= github.com/svent/go-flags
+
+REPLACE_SH= check_crosscompile.sh
+
+pre-configure:
+ ${RM} -rf ${WRKSRC}/examples
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"