aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tdrop/Makefile
blob: f2ae3330e3e3630aa4afb73fa400dce0323d2a97 (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
27
28
29
30
31
32
33
34
PORTNAME=	tdrop
DISTVERSION=	0.5.0
PORTREVISION=	1
CATEGORIES=	misc

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Glorified WM-Independent Dropdown Creator
WWW=		https://github.com/noctuid/tdrop

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	bash:shells/bash \
		coreutils>=9.1:sysutils/coreutils \
		gawk:lang/gawk \
		tmux:sysutils/tmux \
		xdotool:x11/xdotool \
		xprop:x11/xprop \
		xrandr:x11/xrandr \
		xwininfo:x11/xwininfo

USE_GITHUB=	yes
GH_ACCOUNT=	noctuid

NO_BUILD=	yes

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

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/tdrop ${STAGEDIR}${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/tdrop.1 ${STAGEDIR}${PREFIX}/share/man/man1/

.include <bsd.port.mk>