1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/xlsclients/Makefile
Yuri Victorovich d077d1387c x11/xlsclients: Update 1.1.3 -> 1.1.4
Port changes:
* Add LICENSE_FILE
* Add to USE_XORG

PR:		227085
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	maintainer's timeout (x11@FreeBSD.org; 31 days)
2018-04-29 22:18:15 +00:00

19 lines
315 B
Makefile

# $FreeBSD$
PORTNAME= xlsclients
PORTVERSION= 1.1.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= List client applications running on a display
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11 xcb xmuu
PLIST_FILES= bin/xlsclients man/man1/xlsclients.1.gz
.include <bsd.port.mk>