summaryrefslogtreecommitdiff
path: root/www/bombadillo/Makefile
blob: c86644354e16f1d0ced5d1a66a8661c046fa93bb (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=	bombadillo
DISTVERSION=	2.4.0
PORTREVISION=	3
CATEGORIES=	www
MASTER_SITES=	https://tildegit.org/sloum/bombadillo/archive/
DISTNAME=	${DISTVERSION}

MAINTAINER=	beastieboy@beastieboy.net
COMMENT=	Non-web client for the terminal
WWW=		https://bombadillo.colorfield.space/

LICENSE=	GPLv3

USES= go:modules

WRKSRC=		${WRKDIR}/${PORTNAME}

INSTALL_TARGET=	install-strip

PLIST_FILES=	bin/bombadillo \
		share/man/man1/bombadillo.1.gz

post-stage:
	${INSTALL_MAN} ${WRKSRC}/bombadillo.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>