freebsd-ports/x11/xset/Makefile
Eitan Adler b0edb01af5 Cleanup of the ports in the x11 directory
- Convert to staging
2013-10-28 01:18:39 +00:00

16 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>