c1865c0f3f
Remove custom do-build and do-install targets, go.mk already provides them. Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D22005
23 lines
387 B
Makefile
23 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= elvish
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.12
|
|
CATEGORIES= shells
|
|
|
|
MAINTAINER= vendion@gmail.com
|
|
COMMENT= Friendly Interactive Shell and Expressive Programming Language
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= elves
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/elvish
|
|
|
|
.include <bsd.port.mk>
|