d077d1387c
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)
18 lines
315 B
Makefile
18 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>
|