2012-09-27 10:23:51 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2012/09/27 16:23:51 matthieu Exp $
|
2009-06-06 11:55:01 -06:00
|
|
|
|
2012-09-27 10:23:51 -06:00
|
|
|
SUBDIR = compat geometry keycodes man rules symbols types
|
|
|
|
XKC_TOP = ../..
|
|
|
|
PACKAGE_VERSION = 2.6
|
|
|
|
PKGCONFIG = xkeyboard-config.pc
|
|
|
|
EXTRA_PKGCONFIG_SUBST = -e 's,@VERSION@,${PACKAGE_VERSION},g' \
|
|
|
|
-e 's,@xkb_base@,${XKB_BASE},g'
|
2009-06-06 11:55:01 -06:00
|
|
|
|
2012-09-27 10:23:51 -06:00
|
|
|
clean: _SUBDIRUSE
|
2009-06-06 11:55:01 -06:00
|
|
|
|
2012-09-27 10:23:51 -06:00
|
|
|
install: install-pc _SUBDIRUSE
|
|
|
|
|
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
|
|
.include <bsd.xorg.mk>
|
2009-06-06 11:55:01 -06:00
|
|
|
.include <bsd.subdir.mk>
|