aboutsummaryrefslogtreecommitdiff
path: root/x11/xprintidle/Makefile
blob: bb1896ffaf8217b7fd19a3e8e4cbc8e9124c66d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

PORTNAME=	xprintidle
DISTVERSIONPREFIX=	v
DISTVERSION=	2.1
CATEGORIES=	x11

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Print X idle time

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		localbase:ldflags xorg
GNU_CONFIGURE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	lucianposton
USE_XORG=	x11 xext xscrnsaver

PLIST_FILES=	bin/xprintidle

.include <bsd.port.mk>