1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/xprintidle/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

23 lines
367 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 xorg
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= lucianposton
USE_XORG= x11 xext xscrnsaver
PLIST_FILES= bin/xprintidle
.include <bsd.port.mk>