freebsd-ports/x11/xset/Makefile
Emmanuel Vadot be706cbe59 x11/xset: Update to 1.2.5
Release notes:	https://lists.x.org/archives/xorg-announce/2022-December/003271.html

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-06 09:09:57 +01:00

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>