aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xannotate/Makefile
blob: bcb3d8d7d31b1ec6d3d899467ba8bf8750c1342a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	xannotate
DISTVERSION=	g20220604
CATEGORIES=	deskutils

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Turn static CLI commands into TUIs with ease
WWW=		https://github.com/jesseduffield/lazycli

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake localbase xorg
USE_XORG=	x11 xtst

USE_GITHUB=	yes
GH_ACCOUNT=	blais
GH_TAGNAME=	66821cc

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/${PORTNAME}

xpost-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>