mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
28 lines
618 B
Makefile
28 lines
618 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= termbox
|
|
PORTVERSION= 0.0.0.20140715
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GH GHC
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= Pure Go termbox implementation
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/github.com/mattn/go-runewidth.a:${PORTSDIR}/devel/go-runewidth
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nsf
|
|
GH_PROJECT= ${PORTNAME}-go
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
GH_COMMIT= e9227d6
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
|
.include <bsd.port.post.mk>
|