be706cbe59
Release notes: https://lists.x.org/archives/xorg-announce/2022-December/003271.html Sponsored by: Beckhoff Automation GmbH & Co. KG
19 lines
360 B
Makefile
19 lines
360 B
Makefile
PORTNAME= xset
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= User preference utility for X
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= xmuu x11 xext
|
|
CONFIGURE_ARGS= --without-xf86misc \
|
|
--without-fontcache
|
|
|
|
PLIST_FILES= bin/xset man/man1/xset.1.gz
|
|
.include <bsd.port.mk>
|