pkgsrc-wip/xset/Makefile
Jeremy C. Reed f93f68ccb4 Import xset.
The xset program is used to set various user preference options of
the X11 display and environment, such as the bell, key clicks,
DPMS, font paths, keyboard LEDs, mouse pointer, pixel colors,
keyboard autorepeat, and screen saver.
2006-07-27 15:45:44 +00:00

18 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/27 15:45:44 jeremy-c-reed Exp $
#
DISTNAME= xset-1.0.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X11 user preferences utility
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../wip/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"