pkgsrc/x11/xkbset/Makefile
dholland 3563bd9e37 Update REPLACE_PERL line; set perl USE_TOOLS to perl:run because the
perl script is installed. Fixes build failure. Bump PKGREVISION.
2012-12-30 04:46:13 +00:00

20 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.16 2012/12/30 04:46:13 dholland Exp $
#
DISTNAME= xkbset-0.5
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.math.missouri.edu/~stephen/software/xkbset/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.math.missouri.edu/~stephen/software/#xkbset
COMMENT= Manages XKB features of the X window system
USE_X11BASE= yes
USE_TOOLS+= perl:run
REPLACE_PERL= xkbset-gui
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"