1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/x11/xset/Makefile
Niclas Zeising 20fea12362 x11/xset: update to 1.2.4
Summary of changes:
* Autoconf fixes
* Small code fixes
2018-05-10 14:24:33 +00:00

16 lines
288 B
Makefile

# $FreeBSD$
PORTNAME= xset
PORTVERSION= 1.2.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= User preference utility for X
XORG_CAT= app
USE_XORG= xmuu xproto x11 xext xfontcache
CONFIGURE_ARGS= --without-xf86misc
PLIST_FILES= bin/xset man/man1/xset.1.gz
.include <bsd.port.mk>