mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
b0edb01af5
- Convert to staging
17 lines
304 B
Makefile
17 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xset
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 1
|
|
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>
|