mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4c46ca73d8
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.
23 lines
367 B
Makefile
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>
|