forked from Lainports/freebsd-ports
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744
29 lines
729 B
Makefile
29 lines
729 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sift
|
|
PORTVERSION= 0.9.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast and powerful open source alternative to grep
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
|
|
|
PLIST_FILES= bin/sift
|
|
|
|
GH_ACCOUNT= svent
|
|
GH_TUPLE= golang:crypto:71b5226:golang_crypto/vendor/golang.org/x/crypto \
|
|
golang:sys:749cb33:golang_sys/vendor/golang.org/x/sys \
|
|
svent:go-flags:4bcbad3:svent_goflags/vendor/github.com/svent/go-flags \
|
|
svent:go-nbreader:7cef48d:svent_gonbreader/vendor/github.com/svent/go-nbreader
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|