mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
23 lines
362 B
Makefile
23 lines
362 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lucianposton
|
|
USE_XORG= x11 xext xscrnsaver
|
|
|
|
PLIST_FILES= bin/xprintidle
|
|
|
|
.include <bsd.port.mk>
|