freebsd-ports/www/gotty/Makefile
Emanuel Haupt 45f28c7e92 Fix build on aarch64
PR:		243805
Submitted by:	mikael
2020-02-03 09:41:14 +00:00

25 lines
450 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= gotty
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= www net
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command line tool that turns your CLI tools into web applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= yudai
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/gotty
.include <bsd.port.mk>